Revert "also blur the sticky headers"

This reverts commit 82e0816d86.
This commit is contained in:
Bruno Windels 2020-07-08 15:47:01 +02:00
parent 92a2621815
commit 269c30f8e8
3 changed files with 16 additions and 39 deletions

View file

@ -81,14 +81,6 @@ 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