fix main width if right aside is hidden
This commit is contained in:
parent
7f9e91f1c7
commit
d1493e6b70
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user