chore: 猫耳の先端って本来少し丸まっているものなのではないだろうか (#10800)

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
This commit is contained in:
Acid Chicken (硫酸鶏) 2023-05-08 17:51:52 +09:00 committed by GitHub
parent 6fd63c1fb6
commit 1a96425768
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -222,7 +222,7 @@ watch(() => props.user.avatarBlurhash, () => {
transform: rotate(37.5deg) skew(30deg);
&, &::after {
border-radius: 0 75% 75%;
border-radius: 25% 75% 75%;
}
> .layer {
@ -251,7 +251,7 @@ watch(() => props.user.avatarBlurhash, () => {
transform: rotate(-37.5deg) skew(-30deg);
&, &::after {
border-radius: 75% 0 75% 75%;
border-radius: 75% 25% 75% 75%;
}
> .layer {