fix(app): center the workspace bar

This commit is contained in:
Brendan Allan
2026-07-21 00:02:13 +00:00
parent 8eec2c6d57
commit 98bb5e3bb4
+1
View File
@@ -184,6 +184,7 @@ export default function NewSessionPage() {
class="flex min-h-7 min-w-0 items-center gap-0 text-v2-text-text-faint"
classList={{
"flex-col justify-center sm:flex-row": showWorkspaceBar(),
"w-fit max-w-full self-center": showWorkspaceBar(),
"justify-start": !showWorkspaceBar(),
}}
>