fix(frontend): エラー画像が横に引き伸ばされてしまう問題に対応
Fix misskey-dev#15982
This commit is contained in:
parent
665ec2c43c
commit
b17d22c47c
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue