mirror of
https://github.com/thelounge/thelounge
synced 2024-11-11 15:07:14 +00:00
Merge pull request #1481 from MaxLeiter/emoji-title
Change vertical alignment of emoji in topics, fixes #1480
This commit is contained in:
commit
f65fb6573b
1 changed files with 4 additions and 0 deletions
|
@ -1644,6 +1644,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 a new issue