1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2026-06-21 23:38:39 +00:00

fix(pwa): avoid iOS status bar overlapping PWA content (#2173)

Fixes #2173
This commit is contained in:
Cotes Chung
2026-05-16 14:39:58 +08:00
parent fb3aa94c1f
commit 38232120b7
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -24,5 +24,5 @@ layout: compress
"start_url": "{{ '/index.html' | relative_url }}",
"theme_color": "#2a1e6b",
"background_color": "#ffffff",
"display": "fullscreen"
"display": "standalone"
}