Hide sidebar when app is loading in themes
This change was originally made in #420 then I broke it for themes in #615, sigh...
This commit is contained in:
parent
c090ab065f
commit
701e333d78
@ -555,6 +555,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