fix: typo
This commit is contained in:
parent
8963e36aa2
commit
49d4c538fe
|
@ -159,11 +159,11 @@ watch(() => props.user.avatarBlurhash, () => {
|
||||||
linear-gradient(#fff, #fff); // polyfill of `image(#fff)`
|
linear-gradient(#fff, #fff); // polyfill of `image(#fff)`
|
||||||
|
|
||||||
> .earLeft {
|
> .earLeft {
|
||||||
animation: eartightright 6s infinite;
|
animation: eartightleft 6s infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .earRight {
|
> .earRight {
|
||||||
animation: eartightleft 6s infinite;
|
animation: eartightright 6s infinite;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue