diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-01-07 10:07:05 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-01-07 10:07:05 +0100 |
commit | d1493e6b7046b189656a81b3fdd73ee633359206 (patch) | |
tree | 288cdc4ee88633212cb3b40998b15aedde93327f /view/css | |
parent | 7f9e91f1c78f9df6375a5ae5cb38b09eea02312b (diff) | |
download | volse-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/css')
-rw-r--r-- | view/css/default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/css/default.css b/view/css/default.css index d9bea7b41..a51461201 100644 --- a/view/css/default.css +++ b/view/css/default.css @@ -10,7 +10,7 @@ main { display: table; table-layout: fixed; position: relative; - width: 100vw; + width: 100%; height: 100vh; } |