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:05 +0100
commitd1493e6b7046b189656a81b3fdd73ee633359206 (patch)
tree288cdc4ee88633212cb3b40998b15aedde93327f /view/theme/redbasic/css
parent7f9e91f1c78f9df6375a5ae5cb38b09eea02312b (diff)
downloadvolse-hubzilla-d1493e6b7046b189656a81b3fdd73ee633359206.tar.gz
volse-hubzilla-d1493e6b7046b189656a81b3fdd73ee633359206.tar.bz2
volse-hubzilla-d1493e6b7046b189656a81b3fdd73ee633359206.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 ee106d50e..c6f075479 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1669,7 +1669,7 @@ nav .dropdown-menu {
main.fullscreen {
left: 0px;
- width: 100vw;
+ width: 100%;
height: 100vh;
max-width: none;
}