mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
make all middle containers column flexboxes, not just the room view
This commit is contained in:
parent
55b576a299
commit
ab8111f847
@ -98,12 +98,8 @@ main {
|
|||||||
min-height: 0;
|
min-height: 0;
|
||||||
/* make popups relative to this element so changing the left panel width doesn't affect their position */
|
/* make popups relative to this element so changing the left panel width doesn't affect their position */
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
|
||||||
|
|
||||||
.RoomView {
|
|
||||||
min-width: 0;
|
|
||||||
min-height: 0;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.SessionStatusView {
|
.SessionStatusView {
|
||||||
|
Loading…
Reference in New Issue
Block a user