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:50 +0100 |
commit | be7e2496300d471ef2f9c068b19e00eac5a996be (patch) | |
tree | 59b189fce069815beb4643b38950639ff9fd7e13 /view/css | |
parent | e64378f94fecd25dd185dc0caa64125a8e85307b (diff) | |
download | volse-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/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; } |