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; - } -}