fix(frontend): 絵文字関連のスタイルが崩れていたのを修正 (MisskeyIO#725)

This commit is contained in:
Yuuki 2024-09-16 21:40:04 +09:00 committed by GitHub
parent 970ad7c81e
commit 00fd684a7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 8 additions and 3 deletions

View file

@ -63,6 +63,7 @@ function getReactionName(reaction: string): string {
.reactionIcon {
display: block;
width: 60px;
max-height: 60px;
font-size: 60px; // unicodewidth
object-fit: contain;
margin: 0 auto;