Make the blur as-close to the css one as possible
This commit is contained in:
parent
a999cad49d
commit
2ee26d0681
4 changed files with 22 additions and 27 deletions
|
@ -29,7 +29,7 @@ limitations under the License.
|
|||
top: 0;
|
||||
height: 100vh;
|
||||
width: 100%;
|
||||
background-color: rgba(255, 255, 255, .02);
|
||||
background-color: rgba(255, 255, 255, .055);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -42,10 +42,10 @@ limitations under the License.
|
|||
pointer-events: none;
|
||||
overflow: hidden;
|
||||
|
||||
&:first-of-type {
|
||||
opacity: 0.19;
|
||||
&:nth-of-type(2n-1) {
|
||||
opacity: 0.2;
|
||||
}
|
||||
&:last-of-type {
|
||||
opacity:0.12;
|
||||
&:nth-of-type(2n) {
|
||||
opacity:0.1;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -240,8 +240,8 @@ $appearance-tab-border-color: $room-highlight-color;
|
|||
|
||||
// blur amounts for left left panel (only for element theme, used in _mods.scss)
|
||||
:root {
|
||||
--roomlist-background-blur-amount: 60px;
|
||||
--groupFilterPanel-background-blur-amount: 30px;
|
||||
--llp-background-blur: 60px;
|
||||
--lp-background-blur: 30px;
|
||||
}
|
||||
|
||||
$composer-shadow-color: rgba(0, 0, 0, 0.28);
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue