From fbf753243d276e7ec35bbe2577b51071e194bf89 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Fri, 19 Sep 2025 14:35:19 +0200 Subject: [PATCH] Right Column: Fix styles (#6239) --- src/components/right/RightColumn.scss | 8 ++++++++ src/components/right/management/ManageGroup.tsx | 1 + 2 files changed, 9 insertions(+) diff --git a/src/components/right/RightColumn.scss b/src/components/right/RightColumn.scss index 6252074fa..04dab1b8a 100644 --- a/src/components/right/RightColumn.scss +++ b/src/components/right/RightColumn.scss @@ -122,6 +122,14 @@ } } + .section-info_push { + line-height: 1rem; + } + + .align-checkbox-with-list-buttons { + padding-inline-start: 4.25rem; + } + #Main.right-column-shown & { visibility: visible; } diff --git a/src/components/right/management/ManageGroup.tsx b/src/components/right/management/ManageGroup.tsx index 062b150c8..1082b0018 100644 --- a/src/components/right/management/ManageGroup.tsx +++ b/src/components/right/management/ManageGroup.tsx @@ -446,6 +446,7 @@ const ManageGroup: FC = ({ {!isPublicGroup && !hasLinkedChannel && Boolean(chatFullInfo) && (