diff options
author | marijus <mario@mariovavti.com> | 2014-11-05 10:32:30 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-11-05 10:32:30 +0100 |
commit | b16ee29cc338236264e62cf40248f54a1f785dbd (patch) | |
tree | 2b86c00c84e35320bc18c0ea89e4d4b164bba4ef /view | |
parent | 74b3e0a7eb03619de6ba7b602196a7534e242f56 (diff) | |
download | volse-hubzilla-b16ee29cc338236264e62cf40248f54a1f785dbd.tar.gz volse-hubzilla-b16ee29cc338236264e62cf40248f54a1f785dbd.tar.bz2 volse-hubzilla-b16ee29cc338236264e62cf40248f54a1f785dbd.zip |
release the navbar in landscape mode on small devices
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index b9726590a..156e16687 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2390,6 +2390,13 @@ aside .nav-pills > li > a { } +/* release the navbar in landscape view on small devices */ +@media screen and (max-height: 320px) { + .navbar-fixed-top { + position: absolute; + } +} + .shareable_element_text { height: 300px; width: 300px; |