From 3830653a099ac26ac2237b47c726f9d86c94014e Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Mon, 24 Feb 2014 21:41:01 -0600 Subject: [PATCH] require .platform-cordova in body tag to add status bar space --- scss/_platform.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/_platform.scss b/scss/_platform.scss index 226379137d..47e0b3032d 100644 --- a/scss/_platform.scss +++ b/scss/_platform.scss @@ -5,7 +5,7 @@ * Platform specific tweaks when in Cordova. */ -.platform-ios7:not(.fullscreen) { +.platform-ios7.platform-cordova:not(.fullscreen) { // iOS7 has a status bar which sits on top of the header. // Bump down everything to make room for it. However, if // if its in Cordova, and set to fullscreen, then disregard the bump. @@ -37,7 +37,7 @@ margin-bottom: 20px; } -.platform-android { +.platform-android.platform-cordova { .bar-header { height: 48px;