This commit is contained in:
legop3
2025-11-24 03:43:36 -05:00
parent e6fec6d9bf
commit 82f1b71c26
8 changed files with 35 additions and 25 deletions
+7 -3
View File
@@ -58,9 +58,13 @@ function DesktopLayout({ layout }) {
<div className="flex h-full gap-0.5 overflow-hidden">
<div className="flex min-w-0 flex-[1.8] flex-col gap-0.5 overflow-y-auto pr-0.5">
<DriverVideoPanel />
<div className="grid grid-cols-2 gap-0.5">
<UserListPanel />
<ChatPanel />
<div className="grid grid-cols-2 gap-0.5 h-48">
<div className="h-full">
<UserListPanel fullHeight />
</div>
<div className="h-full">
<ChatPanel fullHeight />
</div>
</div>
<LogPanel />
</div>