From 85d7624e14bc1bc992eb6f7e2281fbc3db9b5caa Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Wed, 14 May 2025 19:02:05 +0300 Subject: [PATCH] Chat Badge: Fix mini app button styles (#5896) --- src/components/left/main/ChatBadge.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/left/main/ChatBadge.scss b/src/components/left/main/ChatBadge.scss index 9724ac629..7ce0ef5e5 100644 --- a/src/components/left/main/ChatBadge.scss +++ b/src/components/left/main/ChatBadge.scss @@ -33,9 +33,9 @@ height: 1.5rem; background: var(--color-gray); border-radius: 0.75rem; - padding: 0 0.4375rem; + padding: 0 0.4375rem !important; color: white; - font-size: 0.875rem; + font-size: 0.875rem !important; line-height: 1.5625rem; font-weight: var(--font-weight-medium); text-align: center; @@ -111,7 +111,6 @@ } &.miniapp { - padding: 0.25rem 1rem 0.375rem 1rem !important; z-index: calc(var(--z-chat-ripple) + 1); } }