Merge pull request #1481 from MaxLeiter/emoji-title
Change vertical alignment of emoji in topics, fixes #1480
This commit is contained in:
commit
f65fb6573b
@ -1644,6 +1644,10 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */
|
|||||||
line-height: 1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.topic .emoji {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
.textcomplete-item .emoji {
|
.textcomplete-item .emoji {
|
||||||
width: 32px;
|
width: 32px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Loading…
Reference in New Issue
Block a user