fix placeholder not being hidden in mobile layout
This commit is contained in:
parent
ca0f8fd142
commit
24690f8035
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ html {
|
||||||
.RoomHeader button.back { display: block; }
|
.RoomHeader button.back { display: block; }
|
||||||
/* hide grid button */
|
/* hide grid button */
|
||||||
.LeftPanel button.grid { display: none; }
|
.LeftPanel button.grid { display: none; }
|
||||||
div.RoomView, div.RoomPlaceholderView, div.RoomGridView { display: none; }
|
div.RoomView, div.room-placeholder, div.RoomGridView { display: none; }
|
||||||
div.LeftPanel {flex-grow: 1;}
|
div.LeftPanel {flex-grow: 1;}
|
||||||
div.room-shown div.RoomView { display: flex; }
|
div.room-shown div.RoomView { display: flex; }
|
||||||
div.room-shown div.LeftPanel { display: none; }
|
div.room-shown div.LeftPanel { display: none; }
|
||||||
|
|
Reference in a new issue