mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
Better blur values for nicer experience
This commit is contained in:
parent
3fd95ad374
commit
a7bda2b73e
2 changed files with 6 additions and 6 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
@ -361,10 +361,10 @@ $voice-playback-button-fg-color: $message-body-panel-icon-fg-color;
|
|||
// FontSlider colors
|
||||
$appearance-tab-border-color: $input-darker-bg-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: 40px;
|
||||
--lp-background-blur: 20px;
|
||||
--llp-background-blur: 120px;
|
||||
--lp-background-blur: 60px;
|
||||
--lp-background-overlay: rgba(0, 0, 0, 0.055);
|
||||
}
|
||||
$composer-shadow-color: rgba(0, 0, 0, 0.04);
|
||||
|
|
Loading…
Reference in a new issue