Skip to content

Commit

Permalink
fix(modal): add status bar padding to modal
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Jun 9, 2016
1 parent 2be96f2 commit 181129b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/platform/cordova.ios.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ion-menu {
}

@media only screen and (max-width: $cordova-ios-statusbar-padding-modal-max-width) {
.modal-wrapper > ion-page {
.modal-wrapper > ion-modal-inner {
@include toolbar-statusbar-padding($toolbar-ios-height, $content-ios-padding);
@include toolbar-title-statusbar-padding($toolbar-ios-height, $content-ios-padding);
}
Expand Down
2 changes: 1 addition & 1 deletion src/platform/cordova.md.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ion-menu {
}

@media only screen and (max-width: $cordova-md-statusbar-padding-modal-max-width) {
.modal-wrapper > ion-page {
.modal-wrapper > ion-modal-inner {
@include toolbar-statusbar-padding($toolbar-md-height, $content-md-padding);
}
}
2 changes: 1 addition & 1 deletion src/platform/cordova.wp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ion-menu {
}

@media only screen and (max-width: $cordova-wp-statusbar-padding-modal-max-width) {
.modal-wrapper > ion-page {
.modal-wrapper > ion-modal-inner {
@include toolbar-statusbar-padding($toolbar-wp-height, $content-wp-padding);
}
}

0 comments on commit 181129b

Please sign in to comment.