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:
@@ -17,9 +17,9 @@
|
||||
document.documentElement.style.colorScheme = theme;
|
||||
})();
|
||||
</script>
|
||||
<link rel="stylesheet" href="/shared/tokens.css?v=20260820-3">
|
||||
<link rel="stylesheet" href="/shared/tokens.css?v=20260820-4">
|
||||
<link rel="stylesheet" href="/shared/base.css?v=20260806-1">
|
||||
<link rel="stylesheet" href="/shared/shell.css?v=20260820-8">
|
||||
<link rel="stylesheet" href="/shared/shell.css?v=20260820-9">
|
||||
<link rel="stylesheet" href="/shared/auth.css?v=20260820-5">
|
||||
<link rel="stylesheet" href="/shared/components/controls.css?v=20260820-2">
|
||||
<link rel="stylesheet" href="/shared/components/navigation.css?v=20260820-1">
|
||||
|
||||
Reference in New Issue
Block a user