HEL-33: merge height align onto deployed 3e8666e
Keep heaven header-actions shell fix from live 3e8666e while applying
sidebar-brand/statusbar height alignment. Bump shell.css cache to
20260822-2 and tokens.css to 20260820-4.
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: Cursor <cursoragent@cursor.com>
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=20260822-1">
|
||||
<link rel="stylesheet" href="/shared/shell.css?v=20260822-2">
|
||||
<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">
|
||||
|
||||
@@ -1294,7 +1294,7 @@ body.sidebar-collapsed {
|
||||
}
|
||||
|
||||
.sidebar-brand {
|
||||
min-height: 55px;
|
||||
min-height: var(--topbar-height);
|
||||
|
||||
display: flex;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user