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:
Harshit Bansal 2017-08-11 19:30:52 +00:00 committed by Tim Abbott
parent 36fa6fe548
commit 923fb7be16
1 changed files with 7 additions and 0 deletions

View File

@ -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%);