Skip to content

Commit c9dfb59

Browse files
authored
Merge pull request #55027 from nextcloud/szaimen-patch-1
fix(PWA): fix standalone window margins
2 parents 6a8e2dc + 765b5c6 commit c9dfb59

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

core/css/header.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/css/header.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/css/header.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
}
247247

248248
#content, #content-vue {
249-
margin-top: var(--body-container-margin);
249+
margin-top: var(--body-container-margin) !important;
250250
}
251251

252252
:root {

0 commit comments

Comments
 (0)