mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 12:43:54 -06:00
FIX: In some instances expanding hamburger menu broke layout in iOS
This commit is contained in:
parent
0783f8b9e6
commit
70acfa47d7
@ -37,6 +37,10 @@
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.hamburger-panel {
|
||||
width: 0; // Flexbox fix for Safari ≤ iOS11
|
||||
}
|
||||
|
||||
.header-buttons {
|
||||
margin-top: .2em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user