diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-01-04 16:39:14 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-01-04 16:39:14 +0100 |
commit | 0364bf491396c742d550fd6b0d22b929e3681432 (patch) | |
tree | 5fab08fa48f2159af91d4e45cc3c5f2c5902565e | |
parent | 6a0055f69f56430fcadaf4d7b0da8f90ca75c577 (diff) | |
download | volse-hubzilla-0364bf491396c742d550fd6b0d22b929e3681432.tar.gz volse-hubzilla-0364bf491396c742d550fd6b0d22b929e3681432.tar.bz2 volse-hubzilla-0364bf491396c742d550fd6b0d22b929e3681432.zip |
css fix
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index e3ff6146b..ee106d50e 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1669,8 +1669,8 @@ nav .dropdown-menu { main.fullscreen { left: 0px; - width: 100%; - height: 100%; + width: 100vw; + height: 100vh; max-width: none; } |