mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
don't assume grid button is a button, just in case
This commit is contained in:
parent
4f46854362
commit
19e774ce01
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user