style: slightly increase the CW blur intensity
This commit is contained in:
parent
1e9e5d1c18
commit
0b6d0b525f
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ function focusFooter(ev) {
|
|||
> .body {
|
||||
min-height: 2em;
|
||||
max-height: 5em;
|
||||
filter: blur(4px);
|
||||
filter: blur(5px);
|
||||
:deep(span) {
|
||||
animation: none !important;
|
||||
transform: none !important;
|
||||
|
|
Loading…
Reference in a new issue