chore: 猫耳の先端って本来少し丸まっているものなのではないだろうか (#10800)
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
This commit is contained in:
parent
6fd63c1fb6
commit
1a96425768
1 changed files with 2 additions and 2 deletions
|
@ -222,7 +222,7 @@ watch(() => props.user.avatarBlurhash, () => {
|
||||||
transform: rotate(37.5deg) skew(30deg);
|
transform: rotate(37.5deg) skew(30deg);
|
||||||
|
|
||||||
&, &::after {
|
&, &::after {
|
||||||
border-radius: 0 75% 75%;
|
border-radius: 25% 75% 75%;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .layer {
|
> .layer {
|
||||||
|
@ -251,7 +251,7 @@ watch(() => props.user.avatarBlurhash, () => {
|
||||||
transform: rotate(-37.5deg) skew(-30deg);
|
transform: rotate(-37.5deg) skew(-30deg);
|
||||||
|
|
||||||
&, &::after {
|
&, &::after {
|
||||||
border-radius: 75% 0 75% 75%;
|
border-radius: 75% 25% 75% 75%;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .layer {
|
> .layer {
|
||||||
|
|
Loading…
Reference in a new issue