Make minor code style fixes

This commit is contained in:
Adrian Gruntkowski 2025-02-07 18:05:09 +01:00
parent e10b0d3571
commit ec998dccc4
2 changed files with 21 additions and 2 deletions

View file

@ -1 +1,20 @@
{"name":"Jenot Notes","short_name":"Jenot","icons":[{"src":"/img/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/img/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone","start_url": "/index.html"} {
"name": "Jenot Notes",
"short_name": "Jenot",
"icons": [
{
"src": "/img/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/img/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone",
"start_url": "/index.html"
}

View file

@ -62,7 +62,7 @@ body {
} }
body:has(dialog[open]) { body:has(dialog[open]) {
overflow: hidden; overflow: hidden;
} }
img, img,