fix(frontend): エラー画像が横長になる

Fix #15982
This commit is contained in:
syuilo 2025-05-23 12:33:09 +09:00
parent 4ad8b59b49
commit 2a6bc2154c
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ const props = defineProps<{
.img {
vertical-align: bottom;
height: 128px;
aspect-ratio: 1;
margin-bottom: 16px;
border-radius: 16px;
}