Move the quick emoji reaction picker back to the right side, but with a display:none; when not hovered
The css rule would be:
.emojiButton-jE9tXC {
display: none;
}
.container-3npvBV:hover .emojiButton-jE9tXC {
display: block;
}
This would fix the problem with having two totally distinct workflows for picking emoji reactions currently depending on how often they are used.
0
Please sign in to leave a comment.
Comments
0 comments