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 {
display: inline-block;
width: var(--emoji-size, 32px);
height: var(--emoji-size, 32px);
}

View file

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