switch from twitter's emoji lib to emojione

This commit is contained in:
Tor Hveem 2015-03-21 16:43:46 +01:00
commit f042f729e1
3 changed files with 18 additions and 11 deletions

View file

@ -539,12 +539,19 @@ 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;
.emojione {
font-size: inherit;
height: 3ex;
width: 3.1ex;
min-height: 20px;
min-width: 20px;
display: inline-block;
margin: -.2ex .15em .2ex;
line-height: normal;
vertical-align: middle;
}
img.emojione {
width: auto;
}
@media (min-width: 1400px) {