fix(PWA): fix standalone window margins

Signed-off-by: Simon L. <szaimen@e.mail.de>
pull/55064/head
Simon L. 4 months ago committed by backportbot[bot]
parent 582d32a20c
commit a48ea8b5e5
  1. 2
      core/css/header.scss

@ -246,7 +246,7 @@
}
#content, #content-vue {
margin-top: var(--body-container-margin);
margin-top: var(--body-container-margin) !important;
}
:root {

Loading…
Cancel
Save