Adds emoji support using Twitter's twemoji

This commit is contained in:
Lorenz Hübschle-Schneider 2015-01-03 18:29:59 +01:00
commit f125c43ccb
5 changed files with 38 additions and 3 deletions

View file

@ -522,6 +522,14 @@ li.buffer.indent.private a {
user-select: none;
}
/* Scales emoji to font size */
img.emoji {
height: 1em;
width: 1em;
margin: 0 .05em 0 .1em;
vertical-align: -0.1em;
}
/* */
/* Mobile layout */
/* */