Change vertical alignment of emoji in topics, fixes #1480
This commit is contained in:
parent
918b7382b8
commit
05aa5da6e0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user