also show grid layout in mobile layout, just in case of restoring url

This commit is contained in:
Bruno Windels 2020-10-14 15:29:51 +02:00
parent 398a5aa4e3
commit 3d8dfc9635

View file

@ -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; }