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
@@ -1294,7 +1294,7 @@ body.sidebar-collapsed {
}
.sidebar-brand {
min-height: 55px;
min-height: var(--topbar-height);
display: flex;