fix(webui): keep iOS PWA controls inside safe area (#5477)

* fix(webui): keep iOS PWA controls inside safe area

* fix(webui): blend iOS PWA chrome into dark canvas

* fix(webui): sync PWA chrome with app theme
This commit is contained in:
chengyongru
2026-08-22 01:11:20 +08:00
committed by GitHub
parent 9ae3ae17da
commit 7604dc47f9
5 changed files with 107 additions and 8 deletions
+6 -2
View File
@@ -4,8 +4,12 @@
"description": "nanobot AI assistant",
"start_url": "/",
"display": "standalone",
"background_color": "#161618",
"theme_color": "#161618",
"background_color": "#ffffff",
"theme_color": "#ffffff",
"color_scheme_dark": {
"background_color": "#303030",
"theme_color": "#303030"
},
"orientation": "any",
"icons": [
{