diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-28 20:25:25 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-28 20:25:25 -0400 |
| commit | 0d9a9353e756b7cdcabae85b4d4a4840910ed3df (patch) | |
| tree | 56a700baa0d04e81656a86df05c6c0f9b5ad24bf /www/lib/ionic-scroll-sista/scss/ionic.scroll.sista.scss | |
| parent | d78c434d088d1fee3f9d805347a2c5a5a88d19e3 (diff) | |
switched to "scroll-sista" for sqeezing headers
Former-commit-id: 55992626fea99156d7d1531efaa830c11186d8ca
Diffstat (limited to 'www/lib/ionic-scroll-sista/scss/ionic.scroll.sista.scss')
| -rw-r--r-- | www/lib/ionic-scroll-sista/scss/ionic.scroll.sista.scss | 16 |
1 files changed, 16 insertions, 0 deletions
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 |
