also blur the sticky headers
added a DOM element so we can set the background on the parent and the blur on the new element
This commit is contained in:
parent
eb5f6de25f
commit
82e0816d86
3 changed files with 38 additions and 14 deletions
|
@ -19,4 +19,18 @@
|
|||
.mx_LeftPanel2 .mx_LeftPanel2_roomListContainer {
|
||||
backdrop-filter: blur(175px);
|
||||
}
|
||||
|
||||
// sticky headers need their own blur
|
||||
|
||||
.mx_RoomSublist2_headerContainer_sticky {
|
||||
background-size: cover;
|
||||
background-image: var(--avatar-url);
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
.mx_RoomSublist2_headerContainer_sticky .mx_RoomSublist2_stickyHeaderBlur {
|
||||
backdrop-filter: blur(100px);
|
||||
background-color: $roomlist2-bg-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue