mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: In some instances expanding hamburger menu broke layout in iOS
This commit is contained in:
@@ -37,6 +37,10 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hamburger-panel {
|
||||||
|
width: 0; // Flexbox fix for Safari ≤ iOS11
|
||||||
|
}
|
||||||
|
|
||||||
.header-buttons {
|
.header-buttons {
|
||||||
margin-top: .2em;
|
margin-top: .2em;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user