mirror of
https://github.com/discourse/discourse.git
synced 2026-07-29 23:58:12 -05:00
FIX: margin for sidebar and revamped user menu on iPad (#19254)
Additional top margin when footer is visible on iPad
This commit is contained in:
@@ -661,6 +661,13 @@ div.menu-links-header {
|
||||
}
|
||||
}
|
||||
|
||||
body.footer-nav-ipad {
|
||||
.hamburger-panel .revamped,
|
||||
.menu-panel.slide-in {
|
||||
margin-top: var(--footer-nav-height);
|
||||
}
|
||||
}
|
||||
|
||||
.hamburger-panel .menu-panel.slide-in {
|
||||
left: 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user