Skip to content

Commit

Permalink
fix(toolbar): remove calculated height
Browse files Browse the repository at this point in the history
toolbar-statusbar-padding should only add padding-top
  • Loading branch information
dominikstrasser committed Nov 28, 2016
1 parent 36eb834 commit b7cac56
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/platform/cordova.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ $cordova-statusbar-padding-modal-max-width: 767px !default;

> .toolbar.statusbar-padding:first-child {
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 {
Expand Down

0 comments on commit b7cac56

Please sign in to comment.