Skip to content

Commit 54f2b66

Browse files
committed
Aligns multiple header buttons correctly (4.4)
1 parent 5f2fdfd commit 54f2b66

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

scss/_bar.scss

+7-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,13 @@
192192
.button + .button-bar {
193193
margin-left: 5px;
194194
}
195-
195+
196+
// Android 4.4 messes with the display property
197+
.buttons,
198+
.buttons .left-buttons,
199+
.buttons .right-buttons {
200+
display: inherit;
201+
}
196202
// Place the last button in a bar on the right of the bar
197203
.title + .button:last-child,
198204
> .button + .button:last-child,

0 commit comments

Comments
 (0)