Skip to content

Commit 3747400

Browse files
committed
minor #1715 [Site] fix: AppHeader top spacing on mobile (raphael-geffroy)
This PR was merged into the 2.x branch. Discussion ---------- [Site] fix: AppHeader top spacing on mobile | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Issues | Fix #... | License | MIT The Banner caused the an unwanted space for the opened AppHeader on mobile. This PR tries to fix this by undisplaying the Banner when the AppHeader is open. Commits ------- 2a8f02d fix: AppHeader top spacing on mobile
2 parents 83fa9a4 + 2a8f02d commit 3747400

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ux.symfony.com/assets/styles/components/_Banner.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
position: relative;
1010
}
1111

12+
.Banner:has(+ .App .AppHeader.open) {
13+
display: none;
14+
}
15+
1216
.BannerInner {
1317
display: flex;
1418
flex-direction: column;

0 commit comments

Comments
 (0)