mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(cordova-ios): update navbar css
This commit is contained in:
@@ -65,6 +65,7 @@ $toolbar-order: (
|
||||
}
|
||||
|
||||
.toolbar-inner {
|
||||
position: relative;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -7,12 +7,13 @@
|
||||
|
||||
// iOS Cordova
|
||||
// ------------
|
||||
&.platform-ios .navbar-container {
|
||||
&.platform-ios .navbar-container,
|
||||
&.platform-ios ion-navbar {
|
||||
height: 64px;
|
||||
}
|
||||
|
||||
&.platform-ios ion-navbar {
|
||||
padding-top: 20px;
|
||||
&.platform-ios .toolbar-inner {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user