Tweak blur & alpha on panels

This commit is contained in:
Nad Chishtie 2020-07-14 13:35:23 +01:00
parent 70951614e4
commit 9700e7e269
2 changed files with 5 additions and 5 deletions

View file

@ -206,8 +206,8 @@ $user-tile-hover-bg-color: $header-panel-bg-color;
$appearance-tab-border-color: $room-highlight-color;
// blur amounts for left left panel (only for element theme, used in _mods.scss)
$roomlist-background-blur-amount: 40px;
$tagpanel-background-blur-amount: 20px;
$roomlist-background-blur-amount: 60px;
$tagpanel-background-blur-amount: 30px;
// ***** Mixins! *****