Make the blur as-close to the css one as possible

This commit is contained in:
Dariusz Niemczyk 2021-08-17 17:47:40 +02:00
parent a999cad49d
commit 2ee26d0681
No known key found for this signature in database
GPG key ID: 28DFE7164F497CB6
4 changed files with 22 additions and 27 deletions

View file

@ -363,8 +363,8 @@ $appearance-tab-border-color: $input-darker-bg-color;
// blur amounts for left left panel (only for element theme, used in _mods.scss)
:root {
--roomlist-background-blur-amount: 40px;
--groupFilterPanel-background-blur-amount: 20px;
--llp-background-blur: 40px;
--lp-background-blur: 20px;
}
$composer-shadow-color: rgba(0, 0, 0, 0.04);