mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
revert: feat(core): Hide header in PWA
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
10e3192c2f
commit
e461236aa1
1 changed files with 0 additions and 15 deletions
|
|
@ -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…
Reference in a new issue