emoji: Remove unnecessary style declaration.

The `.emoji-popover` element is a div and thus has display: block by
default.
This commit is contained in:
Daniil Fadeev
2023-07-11 13:03:34 +03:00
committed by Tim Abbott
parent 190b25878e
commit 54c01ac46e

View File

@@ -155,7 +155,6 @@
}
.emoji-popover {
display: block;
width: 250px;
.reacted {