Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
revert: feat(core): Hide header in PWA
Signed-off-by: Simon L. <[email protected]>
  • Loading branch information
szaimen committed Sep 29, 2025
commit e461236aa1a688b76c722d78923d49d953d2b27c
15 changes: 0 additions & 15 deletions core/css/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Loading