From dba3aa5a85906f9f5967b0ccc8d6f2b463ffe64d Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Thu, 16 Apr 2026 15:34:27 +0200 Subject: [PATCH] fix: align sidebar bottomItem padding with treeSection, bump v0.1.55 Co-Authored-By: Claude Opus 4.6 (1M context) --- AGENTS.md | 2 +- package.json | 2 +- src/design-system/layout/Sidebar/Sidebar.module.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 0428ca2..c652f84 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,7 +1,7 @@ # GitNexus — Code Intelligence -This project is indexed by GitNexus as **design-system** (1479 symbols, 2371 relationships, 24 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely. +This project is indexed by GitNexus as **design-system** (1536 symbols, 2408 relationships, 23 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely. > If any GitNexus tool warns the index is stale, run `npx gitnexus analyze` in terminal first. diff --git a/package.json b/package.json index d1dd5dc..cc2df4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cameleer/design-system", - "version": "0.1.54", + "version": "0.1.55", "type": "module", "main": "./dist/index.es.js", "module": "./dist/index.es.js", diff --git a/src/design-system/layout/Sidebar/Sidebar.module.css b/src/design-system/layout/Sidebar/Sidebar.module.css index 9a1bbda..20cf17a 100644 --- a/src/design-system/layout/Sidebar/Sidebar.module.css +++ b/src/design-system/layout/Sidebar/Sidebar.module.css @@ -453,7 +453,7 @@ display: flex; align-items: center; gap: 10px; - padding: 7px 12px; + padding: 7px 6px; border-radius: var(--radius-sm); color: var(--sidebar-muted); font-size: 12px;