mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-24 06:22:45 +08:00
fix(tabs): center tabbar content
This commit is contained in:

committed by
Adam Bradley

parent
f289ac6b25
commit
997d54eca9
@ -18,6 +18,7 @@ $tab-button-ios-inactive-color: $toolbar-ios-inactive-color !default;
|
|||||||
ion-tabbar {
|
ion-tabbar {
|
||||||
border-top: 1px solid $toolbar-ios-border-color;
|
border-top: 1px solid $toolbar-ios-border-color;
|
||||||
background: $tabbar-ios-background;
|
background: $tabbar-ios-background;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
ion-tabs[tabbarPlacement=top] ion-tabbar {
|
ion-tabs[tabbarPlacement=top] ion-tabbar {
|
||||||
|
Reference in New Issue
Block a user