forked from mystiq/hydrogen-web
fix narrow layout
This commit is contained in:
parent
cd9f25ea80
commit
38a8132397
1 changed files with 6 additions and 5 deletions
|
@ -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 a new issue