1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 16:35:56 +02:00

fix(frontend): 投稿フォームのアバター画像が縮むのを修正 (#16790)

* fix(frontend): 投稿フォームのアバター画像が縮むのを修正

* fix CHANGELOG.md

* fix
This commit is contained in:
おさむのひと
2025-11-15 11:33:37 +09:00
committed by GitHub
parent f89faae0ab
commit 41e945b0ef
2 changed files with 2 additions and 0 deletions

View File

@@ -1465,6 +1465,7 @@ defineExpose({
width: 28px;
height: 28px;
margin: auto;
object-fit: cover;
}
.headerRight {