Rearrange dom hierarchy to put space panel at same level as LeftPanel
so they don't steal horizontal space from each other
This commit is contained in:
parent
d707cf6597
commit
baaceccfda
4 changed files with 10 additions and 24 deletions
|
@ -19,7 +19,7 @@ $roomListCollapsedWidth: 68px;
|
|||
|
||||
.mx_LeftPanel {
|
||||
background-color: $roomlist-bg-color;
|
||||
min-width: 260px;
|
||||
min-width: 200px;
|
||||
max-width: 50%;
|
||||
|
||||
// Create a row-based flexbox for the GroupFilterPanel and the room list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue