Skip to content

Commit

Permalink
Merge branch '2.0' of github.com:driftyco/ionic into 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danbucholtz committed Jun 9, 2016
2 parents 1d78f78 + 181129b commit 4eb8ede
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
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
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
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 4eb8ede

Please sign in to comment.