diff --git a/priv/static/site.webmanifest b/priv/static/site.webmanifest index bfceac2..f20a02a 100644 --- a/priv/static/site.webmanifest +++ b/priv/static/site.webmanifest @@ -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" +} diff --git a/priv/static/style.css b/priv/static/style.css index 8b69cf1..eaba3eb 100644 --- a/priv/static/style.css +++ b/priv/static/style.css @@ -62,7 +62,7 @@ body { } body:has(dialog[open]) { - overflow: hidden; + overflow: hidden; } img,