don't assume grid button is a button, just in case

This commit is contained in:
Bruno Windels 2020-10-14 14:54:56 +02:00
parent 4f46854362
commit 19e774ce01

View file

@ -56,7 +56,7 @@ html {
/* show back button */
.RoomHeader .close-room { display: block !important; }
/* hide grid button */
.LeftPanel button.grid { display: none; }
.LeftPanel .grid { display: none !important; }
div.RoomView, div.room-placeholder, div.RoomGridView { display: none; }
div.LeftPanel {flex-grow: 1;}
div.room-shown div.RoomView { display: flex; }