mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
fix(PWA): fix standalone window margins
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
582d32a20c
commit
a48ea8b5e5
1 changed files with 1 additions and 1 deletions
|
|
@ -246,7 +246,7 @@
|
|||
}
|
||||
|
||||
#content, #content-vue {
|
||||
margin-top: var(--body-container-margin);
|
||||
margin-top: var(--body-container-margin) !important;
|
||||
}
|
||||
|
||||
:root {
|
||||
|
|
|
|||
Loading…
Reference in a new issue