Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge

This commit is contained in:
zotlabs 2017-01-07 13:58:29 -08:00
commit b2a4075e12
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ main {
display: table; display: table;
table-layout: fixed; table-layout: fixed;
position: relative; position: relative;
width: 100vw; width: 100%;
height: 100vh; height: 100vh;
} }

View File

@ -1669,7 +1669,7 @@ nav .dropdown-menu {
main.fullscreen { main.fullscreen {
left: 0px; left: 0px;
width: 100vw; width: 100%;
height: 100vh; height: 100vh;
max-width: none; max-width: none;
} }