make all middle containers column flexboxes, not just the room view

This commit is contained in:
Bruno Windels 2021-04-27 10:28:25 +02:00
parent 55b576a299
commit ab8111f847

View file

@ -98,12 +98,8 @@ main {
min-height: 0;
/* make popups relative to this element so changing the left panel width doesn't affect their position */
position: relative;
}
.RoomView {
min-width: 0;
min-height: 0;
display: flex;
flex-direction: column;
}
.SessionStatusView {