fix(PWA): fix standalone window margins

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2025-09-11 13:51:46 +02:00 committed by backportbot[bot]
parent 582d32a20c
commit a48ea8b5e5

View file

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