Increase size of emoji

This commit is contained in:
Scott Nonnenberg 2019-10-28 10:35:18 -07:00
parent 3a0c50fb44
commit b659ddc68c

View file

@ -41,26 +41,26 @@ span.emoji-inner {
}
img.emoji {
width: 1em;
height: 1em;
margin-bottom: -1px;
width: 1.4em;
height: 1.4em;
margin-bottom: -4px;
}
img.emoji.small {
width: 1.25em;
height: 1.25em;
width: 1.8em;
height: 1.8em;
}
img.emoji.medium {
width: 1.75em;
height: 1.75em;
width: 2em;
height: 2em;
}
img.emoji.large {
width: 2.5em;
height: 2.5em;
}
img.emoji.jumbo {
width: 3em;
height: 3em;
width: 3.5em;
height: 3.5em;
}
// we need these, or we'll make conversation items too big in the left-nav