From 9fda32d1a7b213cd4453493ead7153f69177351f Mon Sep 17 00:00:00 2001 From: zubiden <19638254+zubiden@users.noreply.github.com> Date: Wed, 14 May 2025 19:02:08 +0300 Subject: [PATCH] Chat Badge: Fix mention and reaction icon position (#5917) --- src/components/left/main/ChatBadge.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/left/main/ChatBadge.scss b/src/components/left/main/ChatBadge.scss index 7ce0ef5e5..16937fdd6 100644 --- a/src/components/left/main/ChatBadge.scss +++ b/src/components/left/main/ChatBadge.scss @@ -93,7 +93,7 @@ &.mention, &.reaction { width: 1.5rem; - padding: 0.25rem; + padding: 0.25rem !important; .icon { font-size: 1rem;