Merge pull request #617 from thelounge/astorije/fix-sidebar-loading
Hide sidebar when app is loading in themes
This commit is contained in:
commit
2bb782fe81
@ -557,6 +557,10 @@ button {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.signed-out #main {
|
||||||
|
left: 0; /* Hide the sidebar when user is signed out */
|
||||||
|
}
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
display: none;
|
display: none;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
Loading…
Reference in New Issue
Block a user