fix: pwa mode and mobile safe area padding

This commit is contained in:
simosmik
2026-02-18 07:32:39 +00:00
parent e853d29584
commit 07f1d9a4a8
5 changed files with 4 additions and 13 deletions

View File

@@ -159,14 +159,7 @@
}
/* PWA mode detected by JavaScript - more reliable */
html.pwa-mode,
body.pwa-mode {
height: 100%;
overflow: hidden;
}
body.pwa-mode #root {
padding-top: var(--header-total-padding);
padding-left: var(--safe-area-inset-left);
padding-right: var(--safe-area-inset-right);
height: 100vh;