Better blur values for nicer experience

This commit is contained in:
Dariusz Niemczyk 2021-08-17 19:33:59 +02:00
parent 3fd95ad374
commit a7bda2b73e
No known key found for this signature in database
GPG key ID: 28DFE7164F497CB6
2 changed files with 6 additions and 6 deletions

View file

@ -238,10 +238,10 @@ $voice-playback-button-fg-color: $message-body-panel-icon-fg-color;
// Appearance tab colors
$appearance-tab-border-color: $room-highlight-color;
// blur amounts for left left panel (only for element theme, used in _mods.scss)
// blur amounts for left left panel (only for element theme)
:root {
--llp-background-blur: 60px;
--lp-background-blur: 30px;
--llp-background-blur: 160px;
--lp-background-blur: 90px;
--lp-background-overlay: rgba(255, 255, 255, 0.055);
}