diff options
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/www/css/style.css b/www/css/style.css index 82160ea0..15decf09 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -1331,4 +1331,38 @@ body { * { font-family: -apple-system, "Helvetica Neue", sans-serif; +} + +/*Disabling platform specific tweaks */ +.platform-ios.platform-cordova:not(.fullscreen) .bar-header +{ + height: 44px !important; +} +.platform-ios.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader) +{ + height: 44px !important; +} + +.platform-ios.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader).item-input-inset .item-input-wrapper +{ + margin-top: 0px !important; +} + +.platform-ios.platform-cordova:not(.fullscreen) .bar-header:not(.bar-subheader) > * +{ + margin-top: 0px !important; +} + +.platform-ios.platform-cordova:not(.fullscreen) .tabs-top > .tabs, .platform-ios.platform-cordova:not(.fullscreen) .tabs.tabs-top +{ + top: 44px !important; +} + +.platform-ios.platform-cordova:not(.fullscreen) .has-header, .platform-ios.platform-cordova:not(.fullscreen) .bar-subheader +{ + top: 44px !important; +} + +.platform-ios.platform-cordova:not(.fullscreen) .has-subheader { + top: 88px !important; }
\ No newline at end of file |
