mirror of
https://github.com/zoldar/jenot.git
synced 2026-01-03 06:22:55 +00:00
Make minor code style fixes
This commit is contained in:
parent
e10b0d3571
commit
ec998dccc4
2 changed files with 21 additions and 2 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ body {
|
|||
}
|
||||
|
||||
body:has(dialog[open]) {
|
||||
overflow: hidden;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
img,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue