diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-05-23 12:33:09 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-05-23 12:33:09 +0900 |
| commit | 2a6bc2154c533a3f48825f1422eec8294b5c4601 (patch) | |
| tree | b340b4abbf2ad25f494f755c95752c1594140685 /packages/frontend | |
| parent | enhance(frontend): アップロード前のリネームを可能に (diff) | |
| download | misskey-2a6bc2154c533a3f48825f1422eec8294b5c4601.tar.gz misskey-2a6bc2154c533a3f48825f1422eec8294b5c4601.tar.bz2 misskey-2a6bc2154c533a3f48825f1422eec8294b5c4601.zip | |
fix(frontend): エラー画像が横長になる
Fix #15982
Diffstat (limited to 'packages/frontend')
| -rw-r--r-- | packages/frontend/src/components/global/MkResult.vue | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |