mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 22:17:40 +08:00
fix(toolbar): remove calculated height
toolbar-statusbar-padding should only add padding-top
This commit is contained in:
@ -44,9 +44,6 @@ $cordova-statusbar-padding-modal-max-width: 767px !default;
|
|||||||
|
|
||||||
> .toolbar.statusbar-padding:first-child {
|
> .toolbar.statusbar-padding:first-child {
|
||||||
padding-top: calc(#{$cordova-statusbar-padding} + #{$toolbar-padding});
|
padding-top: calc(#{$cordova-statusbar-padding} + #{$toolbar-padding});
|
||||||
|
|
||||||
height: calc(#{$toolbar-height} + #{$cordova-statusbar-padding});
|
|
||||||
min-height: calc(#{$toolbar-height} + #{$cordova-statusbar-padding});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
> ion-content.statusbar-padding:first-child .scroll-content {
|
> ion-content.statusbar-padding:first-child .scroll-content {
|
||||||
|
Reference in New Issue
Block a user