uuihiufgkkjf

This commit is contained in:
legop3
2025-11-24 03:58:55 -05:00
parent 76200dcd1f
commit 4a3b91eeab
7 changed files with 19 additions and 27 deletions
+3 -7
View File
@@ -58,13 +58,9 @@ 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 h-52 min-h-0">
<div className="h-full min-h-0">
<UserListPanel fullHeight />
</div>
<div className="h-full min-h-0">
<ChatPanel fullHeight />
</div>
<div className="grid grid-cols-2 gap-0.5">
<UserListPanel />
<ChatPanel />
</div>
<LogPanel />
</div>