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