mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Aligns multiple header buttons correctly (4.4)
This commit is contained in:
@@ -192,7 +192,13 @@
|
||||
.button + .button-bar {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
|
||||
// Android 4.4 messes with the display property
|
||||
.buttons,
|
||||
.buttons .left-buttons,
|
||||
.buttons .right-buttons {
|
||||
display: inherit;
|
||||
}
|
||||
// Place the last button in a bar on the right of the bar
|
||||
.title + .button:last-child,
|
||||
> .button + .button:last-child,
|
||||
|
||||
Reference in New Issue
Block a user