Move background-blur to fully css version
This commit is contained in:
parent
01eda5158b
commit
e54191f6b0
11 changed files with 48 additions and 142 deletions
|
@ -21,9 +21,10 @@ limitations under the License.
|
|||
height: 100vh;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
filter: blur(var(--lp-background-blur));
|
||||
}
|
||||
|
||||
.mx_BackdropPanel--canvas {
|
||||
.mx_BackdropPanel--image {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
@ -32,10 +33,4 @@ limitations under the License.
|
|||
pointer-events: none;
|
||||
overflow: hidden;
|
||||
|
||||
&:nth-of-type(2n-1) {
|
||||
opacity: 0.2;
|
||||
}
|
||||
&:nth-of-type(2n) {
|
||||
opacity: 0.1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue