Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix(PWA): fix standalone window margins
Signed-off-by: Simon L. <[email protected]>
  • Loading branch information
szaimen committed Sep 11, 2025
commit 1b6cc95c32f046251edc46a0477a5b010d8b25b4
2 changes: 1 addition & 1 deletion core/css/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
}

#content, #content-vue {
margin-top: var(--body-container-margin);
margin-top: var(--body-container-margin) !important;
}

:root {
Expand Down
Loading