restore emoji width

This commit is contained in:
amy 2023-03-19 12:47:45 -07:00
parent 7361f4e77e
commit 70905c5c71
2 changed files with 4 additions and 0 deletions

View file

@ -50,6 +50,7 @@
.emoji { .emoji {
display: inline-block; display: inline-block;
width: var(--emoji-size, 32px);
height: var(--emoji-size, 32px); height: var(--emoji-size, 32px);
} }

View file

@ -22,18 +22,21 @@
._mfm_x2_ { ._mfm_x2_ {
.emoji { .emoji {
width: auto;
height: 100px; height: 100px;
} }
} }
._mfm_x3_ { ._mfm_x3_ {
.emoji { .emoji {
width: auto;
height: 150px; height: 150px;
} }
} }
._mfm_x4_ { ._mfm_x4_ {
.emoji { .emoji {
width: auto;
height: 200px; height: 200px;
} }
} }