reduce drop-shadow on usercard to avoid blinking
This commit is contained in:
parent
0b78c64928
commit
3df779f02f
1 changed files with 1 additions and 2 deletions
|
|
@ -270,8 +270,7 @@
|
||||||
// big one
|
// big one
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
line-height: 2em;
|
line-height: 2em;
|
||||||
filter: drop-shadow(0 0 5em var(--profileTint))
|
filter: drop-shadow(0 0 0.5em var(--profileTint))
|
||||||
drop-shadow(0 0 0.5em var(--profileTint))
|
|
||||||
drop-shadow(0 0 0.2em var(--profileTint));
|
drop-shadow(0 0 0.2em var(--profileTint));
|
||||||
|
|
||||||
.alert {
|
.alert {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue