also show grid layout in mobile layout, just in case of restoring url
This commit is contained in:
parent
398a5aa4e3
commit
3d8dfc9635
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ html {
|
|||
.LeftPanel .grid { display: none !important; }
|
||||
div.RoomView, div.room-placeholder, div.RoomGridView { display: none; }
|
||||
div.LeftPanel {flex-grow: 1;}
|
||||
div.room-shown div.RoomGridView { display: flex; }
|
||||
div.room-shown div.RoomView { display: flex; }
|
||||
div.room-shown div.LeftPanel { display: none; }
|
||||
div.right-shown div.TimelinePanel { display: none; }
|
||||
|
|
Reference in a new issue