From 5bd965e59a7d80830963e50c01a508481b41d51a Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Thu, 19 Mar 2026 15:39:45 +0100 Subject: [PATCH] style: add horizontal dividers between sidebar tree sections Co-Authored-By: Claude Opus 4.6 (1M context) --- src/design-system/layout/Sidebar/Sidebar.module.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/design-system/layout/Sidebar/Sidebar.module.css b/src/design-system/layout/Sidebar/Sidebar.module.css index 46a7c60..bccb525 100644 --- a/src/design-system/layout/Sidebar/Sidebar.module.css +++ b/src/design-system/layout/Sidebar/Sidebar.module.css @@ -197,8 +197,9 @@ /* ── SidebarTree styles ──────────────────────────────────────────────────── */ .treeSection { - padding: 0 6px; - margin-bottom: 4px; + padding: 0 6px 6px; + margin-bottom: 2px; + border-bottom: 1px solid rgba(255, 255, 255, 0.12); } .treeSectionLabel {