diff options
author | zotlabs <mike@macgirvin.com> | 2017-01-07 13:58:29 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-01-07 13:58:29 -0800 |
commit | b2a4075e125e743602aafd79fc01831343fe37fe (patch) | |
tree | b88e3c7d5b2d301883da88cd08509ca506f1f268 | |
parent | 96e668a5b940362c0f2db15fc7519d9baad88f3d (diff) | |
parent | d1493e6b7046b189656a81b3fdd73ee633359206 (diff) | |
download | volse-hubzilla-b2a4075e125e743602aafd79fc01831343fe37fe.tar.gz volse-hubzilla-b2a4075e125e743602aafd79fc01831343fe37fe.tar.bz2 volse-hubzilla-b2a4075e125e743602aafd79fc01831343fe37fe.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
-rw-r--r-- | view/css/default.css | 2 | ||||
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
2 files changed, 2 insertions, 2 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; } diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index ee106d50e..c6f075479 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1669,7 +1669,7 @@ nav .dropdown-menu { main.fullscreen { left: 0px; - width: 100vw; + width: 100%; height: 100vh; max-width: none; } |