2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-04 08:47:37 +08:00

FIX: In some instances expanding hamburger menu broke layout in iOS

This commit is contained in:
Kris 2018-03-02 14:13:43 -05:00
parent 0783f8b9e6
commit 70acfa47d7

View file

@ -37,6 +37,10 @@
align-items: center;
}
.hamburger-panel {
width: 0; // Flexbox fix for Safari iOS11
}
.header-buttons {
margin-top: .2em;
}