aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-01-07 10:07:05 +0100
committerMario Vavti <mario@mariovavti.com>2017-01-07 10:07:50 +0100
commitbe7e2496300d471ef2f9c068b19e00eac5a996be (patch)
tree59b189fce069815beb4643b38950639ff9fd7e13 /view/theme/redbasic/css
parente64378f94fecd25dd185dc0caa64125a8e85307b (diff)
downloadvolse-hubzilla-be7e2496300d471ef2f9c068b19e00eac5a996be.tar.gz
volse-hubzilla-be7e2496300d471ef2f9c068b19e00eac5a996be.tar.bz2
volse-hubzilla-be7e2496300d471ef2f9c068b19e00eac5a996be.zip
fix main width if right aside is hidden
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 6fb1dcdb8..aad271fe3 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1654,7 +1654,7 @@ nav .dropdown-menu {
main.fullscreen {
left: 0px;
- width: 100vw;
+ width: 100%;
height: 100vh;
max-width: none;
}