You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
rename file to mod, for all theme modifications
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
// sidebar blurred avatar background
|
||||||
|
//
|
||||||
// if backdrop-filter is supported,
|
// if backdrop-filter is supported,
|
||||||
// set the user avatar (if any) as a background so
|
// set the user avatar (if any) as a background so
|
||||||
// it can be blurred by the tag panel and room list
|
// it can be blurred by the tag panel and room list
|
||||||
@@ -10,8 +12,7 @@
|
|||||||
background-position: center;
|
background-position: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_TagPanel
|
.mx_TagPanel {
|
||||||
{
|
|
||||||
backdrop-filter: blur(100px);
|
backdrop-filter: blur(100px);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2,5 +2,5 @@
|
|||||||
@import "_paths.scss";
|
@import "_paths.scss";
|
||||||
@import "_fonts.scss";
|
@import "_fonts.scss";
|
||||||
@import "_element.scss";
|
@import "_element.scss";
|
||||||
@import "_blur.scss";
|
@import "_mods.scss";
|
||||||
@import "../../../../res/css/_components.scss";
|
@import "../../../../res/css/_components.scss";
|
||||||
|
|||||||
Reference in New Issue
Block a user