diff --git a/app/config/architecture-inventory.json b/app/config/architecture-inventory.json index 1ae0010..d3c31c0 100644 --- a/app/config/architecture-inventory.json +++ b/app/config/architecture-inventory.json @@ -370,9 +370,9 @@ } ], "css_layers": [ - "/shared/tokens.css?v=20260820-3", + "/shared/tokens.css?v=20260820-4", "/shared/base.css?v=20260806-1", - "/shared/shell.css?v=20260822-1", + "/shared/shell.css?v=20260822-2", "/shared/auth.css?v=20260820-5", "/shared/components/controls.css?v=20260820-2", "/shared/components/navigation.css?v=20260820-1", @@ -451,7 +451,7 @@ }, { "path": "frontend/shared/shell.css", - "bytes": 63640, + "bytes": 63656, "lines": 3761 }, { diff --git a/app/frontend/index.html b/app/frontend/index.html index 104cebb..383a44d 100644 --- a/app/frontend/index.html +++ b/app/frontend/index.html @@ -17,9 +17,9 @@ document.documentElement.style.colorScheme = theme; })(); - + - + diff --git a/app/frontend/shared/shell.css b/app/frontend/shared/shell.css index 23e5942..045a470 100644 --- a/app/frontend/shared/shell.css +++ b/app/frontend/shared/shell.css @@ -1294,7 +1294,7 @@ body.sidebar-collapsed { } .sidebar-brand { - min-height: 55px; + min-height: var(--topbar-height); display: flex; diff --git a/app/frontend/shared/tokens.css b/app/frontend/shared/tokens.css index 5391ed9..66470ce 100644 --- a/app/frontend/shared/tokens.css +++ b/app/frontend/shared/tokens.css @@ -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;