mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix(cordova-ios): ion-toolbar padding
This commit is contained in:
@ -8,7 +8,9 @@
|
||||
// iOS Cordova
|
||||
// ------------
|
||||
&.platform-ios .navbar-container,
|
||||
&.platform-ios ion-navbar {
|
||||
&.platform-ios ion-navbar,
|
||||
&.platform-ios ion-menu > ion-toolbar {
|
||||
min-height: 64px;
|
||||
height: 64px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user