aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-12-30 13:35:43 +0100
committerMario Vavti <mario@mariovavti.com>2016-12-30 13:35:43 +0100
commit8a074dedb6ded00589ea9890fd6b40789cf920ce (patch)
tree71621bea2d4961e445c82f9d73114f64940f334a /view/css
parentc9cbd2f4f6cb432c6558bd88d783b356f0311a09 (diff)
downloadvolse-hubzilla-8a074dedb6ded00589ea9890fd6b40789cf920ce.tar.gz
volse-hubzilla-8a074dedb6ded00589ea9890fd6b40789cf920ce.tar.bz2
volse-hubzilla-8a074dedb6ded00589ea9890fd6b40789cf920ce.zip
css fixes and get rid of a javascript workaround
Diffstat (limited to 'view/css')
-rw-r--r--view/css/default.css4
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 {