From 0d9a9353e756b7cdcabae85b4d4a4840910ed3df Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 28 Sep 2016 20:25:25 -0400 Subject: switched to "scroll-sista" for sqeezing headers Former-commit-id: 55992626fea99156d7d1531efaa830c11186d8ca --- www/lib/ionic-scroll-sista/scss/ionic.scroll.sista.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 www/lib/ionic-scroll-sista/scss/ionic.scroll.sista.scss (limited to 'www/lib/ionic-scroll-sista/scss/ionic.scroll.sista.scss') diff --git a/www/lib/ionic-scroll-sista/scss/ionic.scroll.sista.scss b/www/lib/ionic-scroll-sista/scss/ionic.scroll.sista.scss new file mode 100644 index 00000000..5c203370 --- /dev/null +++ b/www/lib/ionic-scroll-sista/scss/ionic.scroll.sista.scss @@ -0,0 +1,16 @@ +//Scroll Sista + +//places subheader underneath top tabs. Don't forget to import ionic scss before this file! +.tabs-top .bar-subheader { + top: $bar-height + $tabs-height; +} +.platform-ios.platform-cordova { + // iOS 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. + &:not(.fullscreen) { + .tabs-top .bar-subheader { + top: $bar-height + $tabs-height + $ios-statusbar-height; + } + } +} \ No newline at end of file -- cgit v1.2.3