mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
fix narrow layout
This commit is contained in:
parent
cd9f25ea80
commit
38a8132397
@ -21,11 +21,12 @@ body {
|
|||||||
|
|
||||||
/* mobile layout */
|
/* mobile layout */
|
||||||
@media screen and (max-width: 800px) {
|
@media screen and (max-width: 800px) {
|
||||||
.back { display: block !important; }
|
div.back { display: block !important; }
|
||||||
.RoomView, .RoomPlaceholderView { display: none; }
|
div.RoomView, div.RoomPlaceholderView { display: none; }
|
||||||
.room-shown .RoomView { display: unset; }
|
div.LeftPanel {flex-grow: 1;}
|
||||||
.room-shown .LeftPanel { display: none; }
|
div.room-shown div.RoomView { display: unset; }
|
||||||
.right-shown .TimelinePanel { display: none; }
|
div.room-shown div.LeftPanel { display: none; }
|
||||||
|
div.right-shown div.TimelinePanel { display: none; }
|
||||||
}
|
}
|
||||||
|
|
||||||
.LeftPanel {
|
.LeftPanel {
|
||||||
|
Loading…
Reference in New Issue
Block a user