Fix background-image: url(null) for backdrop filter

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-10-14 11:41:24 +01:00
parent dce047e25c
commit efad42439e
2 changed files with 6 additions and 2 deletions

View file

@ -6,7 +6,7 @@
@supports (backdrop-filter: none) {
.mx_LeftPanel {
background-image: var(--avatar-url);
background-image: var(--avatar-url, unset);
background-repeat: no-repeat;
background-size: cover;
background-position: left top;