feat(app): add servers tab to settings dialog (#29675)

This commit is contained in:
Brendan Allan 2026-06-03 16:25:45 +08:00 committed by GitHub
commit c6f684366a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 920 additions and 412 deletions

View file

@ -4,7 +4,7 @@ import { NEW_SESSION_CONTENT_WIDTH } from "@/pages/session/new-session-layout"
export function NewSessionDesignView(props: { children: JSX.Element }) {
return (
<div data-component="session-new-design" class="relative size-full overflow-hidden bg-v2-background-bg-deep">
<div data-component="session-new-design" class="relative size-full overflow-hidden bg-v2-background-bg-deep ">
<div class="absolute inset-x-0 top-[25.375%] flex justify-center px-6">
<div class={NEW_SESSION_CONTENT_WIDTH}>
<WordmarkV2 class="h-auto w-full text-v2-icon-icon-base" />