mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-23 18:04:11 +02:00
fix(frontend): 絵文字関連のスタイルが崩れているのを修正 (#14559)
* fix(frontend): 絵文字関連のスタイルが崩れていたのを修正 (MisskeyIO#725)
(cherry picked from commit 00fd684a7b)
* Update Changelog
* ✌️
---------
Co-authored-by: Yuuki <yukikum57@gmail.com>
This commit is contained in:
@@ -344,6 +344,7 @@ definePageMetadata(() => ({
|
||||
> .img {
|
||||
width: 42px;
|
||||
height: 42px;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
> .body {
|
||||
@@ -390,6 +391,7 @@ definePageMetadata(() => ({
|
||||
> .img {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
> .body {
|
||||
|
||||
Reference in New Issue
Block a user