fix(frontend): エラー画像が横に引き伸ばされてしまう問題に対応
Fix misskey-dev#15982
This commit is contained in:
parent
665ec2c43c
commit
b17d22c47c
|
@ -41,8 +41,7 @@ const props = defineProps<{
|
||||||
.img {
|
.img {
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
height: 128px;
|
height: 128px;
|
||||||
aspect-ratio: 1;
|
margin: auto auto 16px;
|
||||||
margin-bottom: 16px;
|
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue