mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
stupid
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-title" content="Multi Roomba Rover" />
|
||||
<title>Multi Roomba Rover</title>
|
||||
<script type="module" crossorigin src="/assets/index-Cmwdf1gA.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-CvlA19sL.css">
|
||||
<script type="module" crossorigin src="/assets/index-CBOhWGL7.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-whSskEOY.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
@@ -86,13 +86,13 @@ function RoverRow({ roster, frames, videoSources, session }) {
|
||||
|
||||
function SecondaryRow() {
|
||||
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 />
|
||||
<div className="flex flex-col self-start">
|
||||
<UserListPanel hideNicknameForm hideHeader heightClass="max-h-[50vh]" />
|
||||
<UserListPanel hideNicknameForm hideHeader heightClass="h-[40vh]" />
|
||||
</div>
|
||||
<div className="flex flex-col self-start">
|
||||
<ChatPanel hideInput hideSpectatorNotice heightClass="max-h-[50vh]" />
|
||||
<ChatPanel hideInput hideSpectatorNotice heightClass="h-[40vh]" />
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user