don't assume grid button is a button, just in case
This commit is contained in:
parent
4f46854362
commit
19e774ce01
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ html {
|
||||||
/* show back button */
|
/* show back button */
|
||||||
.RoomHeader .close-room { display: block !important; }
|
.RoomHeader .close-room { display: block !important; }
|
||||||
/* hide grid button */
|
/* hide grid button */
|
||||||
.LeftPanel button.grid { display: none; }
|
.LeftPanel .grid { display: none !important; }
|
||||||
div.RoomView, div.room-placeholder, 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; }
|
||||||
|
|
Reference in a new issue