diff --git a/src/dashboard/ui.ts b/src/dashboard/ui.ts index 2a0bf24..dda3dc0 100644 --- a/src/dashboard/ui.ts +++ b/src/dashboard/ui.ts @@ -132,11 +132,29 @@ export function getDashboardHTML(): string { } .header-left { + display: flex; + flex-direction: column; + align-items: flex-start; + gap: 4px; + } + + .header-left h1 { display: flex; align-items: center; gap: 12px; } + .project-name { + font-size: 14px; + color: var(--text-secondary); + font-weight: 500; + padding-left: 52px; /* Align with text after logo */ + } + + .project-name:empty { + display: none; + } + .header-right { display: flex; align-items: center; @@ -772,6 +790,7 @@ export function getDashboardHTML(): string { lance-context +