mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 08:36:00 +02:00
fix(frontend): エラー画像が横に引き伸ばされてしまう問題に対応 (#16502)
* fix(frontend): エラー画像が横に引き伸ばされてしまう問題に対応 Fix misskey-dev#15982 * Update CHANGELOG.md
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user