[fix] various ios pwa styling issues

This commit is contained in:
2023-10-12 21:16:57 -04:00
parent a972b5a8aa
commit 4da3f19c1a
4 changed files with 308 additions and 231 deletions

View File

@@ -2,5 +2,7 @@
"short_name": "Book Manager",
"name": "Book Manager",
"theme_color": "#1F2937",
"display": "standalone"
"display": "standalone",
"scope": "/",
"start_url": "/"
}