mirror of https://github.com/zulip/zulip.git
typeahead: Fix the vertical positioning of emojis.
This commit is contained in:
parent
9c4ed1647d
commit
5620d88b7d
|
@ -261,3 +261,7 @@
|
|||
.emoji-popover-category-tabs .emoji-popover-tab-item.active {
|
||||
background: #cecece;
|
||||
}
|
||||
|
||||
.typeahead .emoji {
|
||||
top: 2px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue