From 1a96425768b743cf6a7f93b7813c082152497461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Acid=20Chicken=20=28=E7=A1=AB=E9=85=B8=E9=B6=8F=29?= Date: Mon, 8 May 2023 17:51:52 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=8C=AB=E8=80=B3=E3=81=AE=E5=85=88?= =?UTF-8?q?=E7=AB=AF=E3=81=A3=E3=81=A6=E6=9C=AC=E6=9D=A5=E5=B0=91=E3=81=97?= =?UTF-8?q?=E4=B8=B8=E3=81=BE=E3=81=A3=E3=81=A6=E3=81=84=E3=82=8B=E3=82=82?= =?UTF-8?q?=E3=81=AE=E3=81=AA=E3=81=AE=E3=81=A7=E3=81=AF=E3=81=AA=E3=81=84?= =?UTF-8?q?=E3=81=A0=E3=82=8D=E3=81=86=E3=81=8B=20(#10800)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: syuilo --- packages/frontend/src/components/global/MkAvatar.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/frontend/src/components/global/MkAvatar.vue b/packages/frontend/src/components/global/MkAvatar.vue index 8497b8443b..ad36dcabe4 100644 --- a/packages/frontend/src/components/global/MkAvatar.vue +++ b/packages/frontend/src/components/global/MkAvatar.vue @@ -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 {