mirror of
https://github.com/thelounge/thelounge
synced 2024-11-22 20:13:07 +00:00
Change vertical alignment of emoji in topics, fixes #1480
This commit is contained in:
parent
918b7382b8
commit
05aa5da6e0
1 changed files with 4 additions and 0 deletions
|
@ -1655,6 +1655,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 a new issue