Fix missing background tonality without avatar

This commit is contained in:
Dariusz Niemczyk 2021-08-17 18:56:19 +02:00
parent 78d48b1d8b
commit eb242041a5
No known key found for this signature in database
GPG key ID: 28DFE7164F497CB6
6 changed files with 25 additions and 5 deletions

View file

@ -22,7 +22,14 @@ $activeBorderTransparentGap: 1px;
$activeBackgroundColor: $roomtile-selected-bg-color;
$activeBorderColor: $secondary-fg-color;
.mx_MatrixChat--with-avatar {
.mx_SpacePanel {
background-color: transparent;
}
}
.mx_SpacePanel {
background-color: $groupFilterPanel-bg-color;
flex: 0 0 auto;
padding: 0;
margin: 0;