This commit is contained in:
legop3
2025-11-24 03:07:18 -05:00
parent 1e788be509
commit 627ca21a56
5 changed files with 8 additions and 8 deletions
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
+2 -2
View File
@@ -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-CxK7Tp9p.js"></script> <script type="module" crossorigin src="/assets/index-Cmwdf1gA.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DACGQIM5.css"> <link rel="stylesheet" crossorigin href="/assets/index-CvlA19sL.css">
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
+4 -4
View File
@@ -88,11 +88,11 @@ 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 gap-0.5 lg:grid-cols-[2fr_1fr_1fr]">
<RoomCameraPanel defaultOrientation="horizontal" hideLayoutToggle hideHeader /> <RoomCameraPanel defaultOrientation="horizontal" hideLayoutToggle hideHeader />
<div className="flex flex-col"> <div className="flex flex-col self-start">
<UserListPanel hideNicknameForm hideHeader heightClass="h-[50vh]" /> <UserListPanel hideNicknameForm hideHeader heightClass="max-h-[50vh]" />
</div> </div>
<div className="flex flex-col"> <div className="flex flex-col self-start">
<ChatPanel hideInput hideSpectatorNotice heightClass="h-[50vh]" /> <ChatPanel hideInput hideSpectatorNotice heightClass="max-h-[50vh]" />
</div> </div>
</section> </section>
); );