fix(frontend): 絵文字関連のスタイルが崩れていたのを修正 (MisskeyIO#725)
This commit is contained in:
parent
970ad7c81e
commit
00fd684a7b
5 changed files with 8 additions and 3 deletions
|
@ -63,6 +63,7 @@ function getReactionName(reaction: string): string {
|
|||
.reactionIcon {
|
||||
display: block;
|
||||
width: 60px;
|
||||
max-height: 60px;
|
||||
font-size: 60px; // unicodeな絵文字についてはwidthが効かないため
|
||||
object-fit: contain;
|
||||
margin: 0 auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue