mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-11 04:27:40 +01:00
keep .room-placeholder display settings separate from .middle
This commit is contained in:
parent
34cca2ba0f
commit
441bb4d5d7
@ -98,6 +98,9 @@ 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;
|
||||||
|
}
|
||||||
|
|
||||||
|
.middle {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user