Change vertical alignment of emoji in topics, fixes #1480

This commit is contained in:
Max Leiter 2017-08-31 13:53:21 -07:00
parent 918b7382b8
commit 05aa5da6e0

View file

@ -1655,6 +1655,10 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */
line-height: 1;
}
.topic .emoji {
vertical-align: middle;
}
.textcomplete-item .emoji {
width: 32px;
text-align: center;