aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-11-05 10:32:30 +0100
committermarijus <mario@mariovavti.com>2014-11-05 10:32:30 +0100
commitb16ee29cc338236264e62cf40248f54a1f785dbd (patch)
tree2b86c00c84e35320bc18c0ea89e4d4b164bba4ef /view/theme/redbasic/css
parent74b3e0a7eb03619de6ba7b602196a7534e242f56 (diff)
downloadvolse-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/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css7
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;