diff --git a/res/themes/element/css/_blur.scss b/res/themes/element/css/_mods.scss similarity index 89% rename from res/themes/element/css/_blur.scss rename to res/themes/element/css/_mods.scss index 4f8b361674..12388200b4 100644 --- a/res/themes/element/css/_blur.scss +++ b/res/themes/element/css/_mods.scss @@ -1,3 +1,5 @@ +// sidebar blurred avatar background +// // if backdrop-filter is supported, // set the user avatar (if any) as a background so // it can be blurred by the tag panel and room list @@ -10,8 +12,7 @@ background-position: center; } - .mx_TagPanel - { + .mx_TagPanel { backdrop-filter: blur(100px); } diff --git a/res/themes/element/css/element.scss b/res/themes/element/css/element.scss index a4540ea863..e806a4a436 100644 --- a/res/themes/element/css/element.scss +++ b/res/themes/element/css/element.scss @@ -2,5 +2,5 @@ @import "_paths.scss"; @import "_fonts.scss"; @import "_element.scss"; -@import "_blur.scss"; +@import "_mods.scss"; @import "../../../../res/css/_components.scss";