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:
@@ -80,6 +80,14 @@ limitations under the License.
|
||||
// We don't have a top style because the top is dependent on the room list header's
|
||||
// height, and is therefore calculated in JS.
|
||||
// The class, mx_RoomSublist2_headerContainer_stickyTop, is applied though.
|
||||
|
||||
// blur for element theme, background image is on parent
|
||||
.mx_RoomSublist2_stickyHeaderBlur {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
// Sticky Headers End
|
||||
|
||||
Reference in New Issue
Block a user