From 250cbec7b7a95a9c4b046fe427f0ab545f5bbf37 Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Sun, 12 Apr 2026 17:24:42 +0200 Subject: [PATCH] fix: reduce version text size and increase separation from brand name Version in sidebar header now 10px (was 12px), 8px margin (was 4px), with reduced opacity for visual hierarchy. 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 ee26557..43180fe 100644 --- a/src/design-system/layout/Sidebar/Sidebar.module.css +++ b/src/design-system/layout/Sidebar/Sidebar.module.css @@ -70,9 +70,10 @@ .version { font-family: var(--font-mono); - font-size: 12px; + font-size: 10px; color: var(--sidebar-muted); - margin-left: 4px; + margin-left: 8px; + opacity: 0.6; } /* Search */