From 47ae89223fa470fd772dd7974c383e9c988f1848 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Mon, 27 Jan 2025 23:51:14 +0100 Subject: [PATCH] Profile Info: Add margin to verification icon (#5520) --- src/components/common/profile/ChatExtra.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/common/profile/ChatExtra.module.scss b/src/components/common/profile/ChatExtra.module.scss index 8d3ab348e..f8df4c272 100644 --- a/src/components/common/profile/ChatExtra.module.scss +++ b/src/components/common/profile/ChatExtra.module.scss @@ -36,7 +36,7 @@ .botVerificationIcon { --custom-emoji-size: 1rem; - padding-inline-end: 0.125rem; + margin-inline-end: 0.25rem; } .personalChannelSubscribers {