From 545b14abfa23baac3516a07a4065bfccd9a2e91b Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Tue, 19 Aug 2025 12:31:27 -0500 Subject: [PATCH] right_sidebar: Establish last-item/next-heading concord. --- web/styles/right_sidebar.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/styles/right_sidebar.css b/web/styles/right_sidebar.css index 55e7e3e320..03dd8bb7ef 100644 --- a/web/styles/right_sidebar.css +++ b/web/styles/right_sidebar.css @@ -49,7 +49,10 @@ } .buddy-list-section-container { - margin-bottom: 10px; + /* This establishes better visual concord with + the left sidebar's spacing between a last + channel/topic and the header that follows. */ + margin-bottom: 3px; &.no-display { display: none;