make all middle containers column flexboxes, not just the room view
This commit is contained in:
parent
55b576a299
commit
ab8111f847
1 changed files with 1 additions and 5 deletions
|
@ -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 {
|
||||||
|
|
Reference in a new issue