From c90190bcdb7eae6a7c5fcf4ce91c0fe13e1760fb Mon Sep 17 00:00:00 2001 From: Sayam Samal Date: Sat, 12 Jul 2025 10:07:06 +0530 Subject: [PATCH] left_sidebar: Make icon column width scale with font size. --- web/styles/app_variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/styles/app_variables.css b/web/styles/app_variables.css index 5459ede86c..f7e329b1dd 100644 --- a/web/styles/app_variables.css +++ b/web/styles/app_variables.css @@ -242,7 +242,7 @@ ); /* This represents the space in the sidebar reserved for symbols like the #; labels like the stream name go to the right of this. */ - --left-sidebar-icon-column-width: 16px; + --left-sidebar-icon-column-width: 1em; /* Offset on unreads to make New topic button appear centered. */ --left-sidebar-unread-offset: 6.5px; /* space direct message / stream / topic names from unread counters