mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-31 16:21:50 +03:00
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:
@@ -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": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user