Jumbomoji support matching Android support

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-05-09 18:36:39 -07:00
parent aed5735620
commit 423a0fef67
5 changed files with 213 additions and 2 deletions

View file

@ -44,3 +44,20 @@ img.emoji {
width: 1em;
height: 1em;
}
img.emoji.small {
width: 1.25em;
height: 1.25em;
}
img.emoji.medium {
width: 1.5em;
height: 1.5em;
}
img.emoji.large {
width: 1.75em;
height: 1.75em;
}
img.emoji.jumbo {
width: 2em;
height: 2em;
}