mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
aaahghg
This commit is contained in:
+4
-8
@@ -56,15 +56,11 @@ function useLayoutMode() {
|
||||
function DesktopLayout({ layout }) {
|
||||
return (
|
||||
<div className="flex h-full gap-0.5 overflow-hidden">
|
||||
<div className="flex min-h-0 min-w-0 flex-[1.8] flex-col gap-0.5 overflow-y-auto pr-0.5">
|
||||
<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 overflow-hidden min-h-0">
|
||||
<div className="h-full min-h-0">
|
||||
<UserListPanel fillParent />
|
||||
</div>
|
||||
<div className="h-full min-h-0">
|
||||
<ChatPanel fillParent />
|
||||
</div>
|
||||
<div className="grid grid-cols-2 gap-0.5">
|
||||
<UserListPanel />
|
||||
<ChatPanel />
|
||||
</div>
|
||||
<LogPanel />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user