diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-12-30 13:35:43 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-12-31 09:44:09 +0100 |
commit | fcd34e41cafaa77c9d9d46ff60d73c78866fe52a (patch) | |
tree | 5e7a0fa67d96c3d29079face656dc90ba3a947b2 /view/css | |
parent | ba8a5ac82b184eac27f115df48eda102d5c549cf (diff) | |
download | volse-hubzilla-fcd34e41cafaa77c9d9d46ff60d73c78866fe52a.tar.gz volse-hubzilla-fcd34e41cafaa77c9d9d46ff60d73c78866fe52a.tar.bz2 volse-hubzilla-fcd34e41cafaa77c9d9d46ff60d73c78866fe52a.zip |
css fixes and get rid of a javascript workaround
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/default.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/css/default.css b/view/css/default.css index 67a411d6e..d9bea7b41 100644 --- a/view/css/default.css +++ b/view/css/default.css @@ -10,8 +10,8 @@ main { display: table; table-layout: fixed; position: relative; - width: 100%; - height: 100%; + width: 100vw; + height: 100vh; } aside { |