From e461236aa1a688b76c722d78923d49d953d2b27c Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Mon, 29 Sep 2025 10:33:55 +0200 Subject: [PATCH] revert: feat(core): Hide header in PWA Signed-off-by: Simon L. --- core/css/header.scss | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/core/css/header.scss b/core/css/header.scss index c0b5f2f3316..5e7d9cc5ddd 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -239,18 +239,3 @@ } } } - -@media (display-mode: standalone) or (display-mode: minimal-ui) { - #header:not(.header-guest) { - display: none !important; - } - - #content, #content-vue { - margin-top: var(--body-container-margin) !important; - } - - :root { - // Override the body height to make up for the additional height due to the missing header. - --body-height: calc(100% - env(safe-area-inset-bottom) - var(--body-container-margin) * 2) !important; - } -}