fix(app): center the workspace bar
This commit is contained in:
parent
8eec2c6d57
commit
98bb5e3bb4
1 changed files with 1 additions and 0 deletions
|
|
@ -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(),
|
||||
}}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue