Merge pull request #1456 from crazyserver/MOBILE-2494
MOBILE-2494 ux: Review header paddings on iphoneXmain
commit
44917ca99d
|
@ -83,7 +83,9 @@ core-ion-tab.show-tab {
|
|||
}
|
||||
|
||||
.ios {
|
||||
@include core-ion-tabs-statusbar-padding($toolbar-ios-height, $toolbar-ios-padding, $content-ios-padding, $cordova-ios-statusbar-padding, $cordova-ios-statusbar-padding-modal-max-width, true);
|
||||
core-ion-tab > .ion-page > ion-header .toolbar-ios {
|
||||
padding-top: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
.md {
|
||||
|
|
|
@ -43,3 +43,12 @@ core-split-view {
|
|||
padding-top: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.ios .split-pane {
|
||||
.core-avoid-header ion-content.statusbar-padding,
|
||||
.core-avoid-header .menu-inner > ion-content {
|
||||
top: $navbar-ios-height;
|
||||
height: calc(100% - #{($navbar-ios-height)});
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -67,6 +67,10 @@
|
|||
color: $tabs-ios-tab-text-color;
|
||||
}
|
||||
|
||||
.ios .tabs:not(.tabs-ios[tabsPlacement=top]) .tabbar {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.wp .core-tabs-bar a.tab-slide {
|
||||
//@extend .tabs-wp .tab-button;
|
||||
@include border-radius(0);
|
||||
|
|
Loading…
Reference in New Issue