This commit is contained in:
legop3
2025-11-24 03:45:22 -05:00
parent a595d793d6
commit 448c2e0239
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ 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-48">
<div className="grid grid-cols-2 gap-0.5 h-50">
<div className="h-full">
<UserListPanel fullHeight />
</div>