restore emoji width #291

Closed
rat wants to merge 1 commit from (deleted):develop into develop
2 changed files with 4 additions and 0 deletions
Showing only changes of commit 70905c5c71 - Show all commits

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;
}
}