Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
This commit is contained in:
commit
b2a4075e12
@ -10,7 +10,7 @@ main {
|
||||
display: table;
|
||||
table-layout: fixed;
|
||||
position: relative;
|
||||
width: 100vw;
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
|
@ -1669,7 +1669,7 @@ nav .dropdown-menu {
|
||||
|
||||
main.fullscreen {
|
||||
left: 0px;
|
||||
width: 100vw;
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
max-width: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user