From 2a6bc2154c533a3f48825f1422eec8294b5c4601 Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Fri, 23 May 2025 12:33:09 +0900 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20=E3=82=A8=E3=83=A9=E3=83=BC?= =?UTF-8?q?=E7=94=BB=E5=83=8F=E3=81=8C=E6=A8=AA=E9=95=B7=E3=81=AB=E3=81=AA?= =?UTF-8?q?=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix #15982 --- packages/frontend/src/components/global/MkResult.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/frontend/src/components/global/MkResult.vue b/packages/frontend/src/components/global/MkResult.vue index fdfc7091e8..fc8206f814 100644 --- a/packages/frontend/src/components/global/MkResult.vue +++ b/packages/frontend/src/components/global/MkResult.vue @@ -41,6 +41,7 @@ const props = defineProps<{ .img { vertical-align: bottom; height: 128px; + aspect-ratio: 1; margin-bottom: 16px; border-radius: 16px; }