mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
also show grid layout in mobile layout, just in case of restoring url
This commit is contained in:
parent
398a5aa4e3
commit
3d8dfc9635
@ -59,6 +59,7 @@ html {
|
|||||||
.LeftPanel .grid { display: none !important; }
|
.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.RoomGridView { display: flex; }
|
||||||
div.room-shown div.RoomView { display: flex; }
|
div.room-shown div.RoomView { display: flex; }
|
||||||
div.room-shown div.LeftPanel { display: none; }
|
div.room-shown div.LeftPanel { display: none; }
|
||||||
div.right-shown div.TimelinePanel { display: none; }
|
div.right-shown div.TimelinePanel { display: none; }
|
||||||
|
Loading…
Reference in New Issue
Block a user