Fix flex values after blur changes
This commit is contained in:
parent
5a1633d53c
commit
f5a284a1f0
3 changed files with 20 additions and 14 deletions
|
@ -24,6 +24,11 @@ $roomListCollapsedWidth: 68px;
|
|||
}
|
||||
}
|
||||
|
||||
.mx_LeftPanel_wrapper {
|
||||
display: flex;
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
.mx_LeftPanel {
|
||||
background-color: $roomlist-bg-color;
|
||||
// TODO decrease this once Spaces launches as it'll no longer need to include the 56px Community Panel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue