fix(frontend): エラー画像が横に引き伸ばされてしまう問題に対応

Fix misskey-dev#15982
This commit is contained in:
takaion 2025-09-02 10:35:26 +09:00
parent 665ec2c43c
commit b17d22c47c
1 changed files with 1 additions and 2 deletions

View File

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