HEL-33: align sidebar brand height with topbar and status bar with collapse button

- .sidebar-brand min-height 55px -> var(--topbar-height) so brand top/bottom align with app-header (64px)
- --size-statusbar 28px -> 38px so status bar top/bottom align with sidebar collapse button (38px)
- bump tokens.css and shell.css cache-busting versions in index.html

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
施工员
2026-08-22 20:57:04 +08:00
co-authored by multica-agent
parent ed9858e330
commit 6d0fdb1267
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -58,7 +58,7 @@
--size-sidebar: 200px;
--size-topbar: 64px;
--size-summary: 0px;
--size-statusbar: 28px;
--size-statusbar: 38px;
--size-page-pad-y: 14px;
--size-page-pad-x: 16px;
--size-card-gap: 12px;