mirror of https://github.com/zulip/zulip.git
emoji: Fix mis-alignment of realm emoji div with other div in emoji picker.
Tweaked by tabbott to fix the CSS to not break the emoji typeahead. Fixes: #5229.
This commit is contained in:
parent
36fa6fe548
commit
923fb7be16
|
@ -203,12 +203,19 @@
|
|||
padding: 6px;
|
||||
cursor: pointer;
|
||||
border-radius: 0.5em;
|
||||
height: 25px;
|
||||
width: 25px;
|
||||
}
|
||||
|
||||
.emoji-popover-emoji.hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.emoji-popover-emoji .emoji {
|
||||
vertical-align: initial;
|
||||
top: 6px;
|
||||
}
|
||||
|
||||
.emoji-popover .reacted {
|
||||
background-color: hsl(195, 50%, 95%);
|
||||
border-color: hsl(195, 52%, 79%);
|
||||
|
|
Loading…
Reference in New Issue