mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
iuhgfh
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -11,8 +11,8 @@
|
|||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||||
<meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
|
<meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
|
||||||
<title>Multi Roomba Rover</title>
|
<title>Multi Roomba Rover</title>
|
||||||
<script type="module" crossorigin src="/assets/index-DaLcEoUf.js"></script>
|
<script type="module" crossorigin src="/assets/index-B5J0CUJj.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-CDl278eW.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-C9IjFgQB.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|||||||
@@ -86,12 +86,12 @@ function RoverRow({ roster, frames, videoSources, session }) {
|
|||||||
|
|
||||||
function SecondaryRow() {
|
function SecondaryRow() {
|
||||||
return (
|
return (
|
||||||
<section className="grid grid-cols-1 gap-0.5 lg:grid-cols-[2fr_1fr_1fr]">
|
<section className="grid grid-cols-1 items-start gap-0.5 lg:grid-cols-[2fr_1fr_1fr]">
|
||||||
<RoomCameraPanel defaultOrientation="horizontal" hideLayoutToggle hideHeader />
|
<RoomCameraPanel defaultOrientation="horizontal" hideLayoutToggle hideHeader />
|
||||||
<div className="flex h-[50vh] flex-col">
|
<div className="flex flex-col">
|
||||||
<UserListPanel hideNicknameForm hideHeader />
|
<UserListPanel hideNicknameForm hideHeader />
|
||||||
</div>
|
</div>
|
||||||
<div className="flex h-[50vh] flex-col">
|
<div className="flex flex-col">
|
||||||
<ChatPanel hideInput hideSpectatorNotice />
|
<ChatPanel hideInput hideSpectatorNotice />
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user