aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-01-04 16:39:14 +0100
committerMario Vavti <mario@mariovavti.com>2017-01-04 16:39:14 +0100
commit0364bf491396c742d550fd6b0d22b929e3681432 (patch)
tree5fab08fa48f2159af91d4e45cc3c5f2c5902565e /view/theme/redbasic/css
parent6a0055f69f56430fcadaf4d7b0da8f90ca75c577 (diff)
downloadvolse-hubzilla-0364bf491396c742d550fd6b0d22b929e3681432.tar.gz
volse-hubzilla-0364bf491396c742d550fd6b0d22b929e3681432.tar.bz2
volse-hubzilla-0364bf491396c742d550fd6b0d22b929e3681432.zip
css fix
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css4
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;
}