style: slightly increase the CW blur intensity

This commit is contained in:
naskya 2024-04-29 19:05:00 +09:00
parent 1e9e5d1c18
commit 0b6d0b525f
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -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;