mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
22 lines
339 B
SCSS
22 lines
339 B
SCSS
|
|
// Cordova
|
|
// --------------------------------------------------
|
|
|
|
.platform-cordova {
|
|
|
|
|
|
// iOS Cordova
|
|
// ------------
|
|
&.platform-ios .navbar-container,
|
|
&.platform-ios ion-navbar,
|
|
&.platform-ios ion-menu > ion-toolbar {
|
|
min-height: 64px;
|
|
height: 64px;
|
|
}
|
|
|
|
&.platform-ios .toolbar-inner {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
}
|