From 54c01ac46e6100505903ffa2ad839962d9fa29df Mon Sep 17 00:00:00 2001 From: Daniil Fadeev Date: Tue, 11 Jul 2023 13:03:34 +0300 Subject: [PATCH] emoji: Remove unnecessary style declaration. The `.emoji-popover` element is a div and thus has display: block by default. --- web/styles/reactions.css | 1 - 1 file changed, 1 deletion(-) diff --git a/web/styles/reactions.css b/web/styles/reactions.css index 3e7c7c65e6..b4509d62dd 100644 --- a/web/styles/reactions.css +++ b/web/styles/reactions.css @@ -155,7 +155,6 @@ } .emoji-popover { - display: block; width: 250px; .reacted {