keep .room-placeholder display settings separate from .middle

This commit is contained in:
Bruno Windels 2021-04-27 15:03:13 +02:00
parent 34cca2ba0f
commit 441bb4d5d7

View file

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