finally fix

This commit is contained in:
legop3
2025-11-24 12:44:34 -05:00
parent d2e05f84b2
commit 65160e8c14
4 changed files with 10 additions and 10 deletions
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-DAeQ9lU8.js"></script> <script type="module" crossorigin src="/assets/index-KtxXE38r.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-3LveKGRB.css"> <link rel="stylesheet" crossorigin href="/assets/index-DxB32ptc.css">
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
+6 -6
View File
@@ -121,19 +121,19 @@ export default function SpectatorApp() {
return ( return (
<SettingsProvider> <SettingsProvider>
<div className="min-h-screen bg-black text-slate-100"> <div className="min-h-screen bg-black text-slate-100">
<main className="grid min-h-screen grid-cols-1 gap-0.5 p-0.5 md:grid-cols-[minmax(0,4.5fr)_minmax(14rem,1fr)] lg:grid-cols-[minmax(0,7fr)_minmax(18rem,1fr)]"> <main className="grid min-h-screen grid-cols-1 gap-0.5 p-0.5 md:grid-cols-[minmax(0,1fr)_18rem] lg:grid-cols-[minmax(0,1fr)_20rem]">
<section className="flex min-h-0 flex-col gap-0.5"> <section className="flex min-h-0 min-w-0 flex-col gap-0.5">
<RoverRow roster={roster} frames={frames} videoSources={videoSources} session={session} /> <RoverRow roster={roster} frames={frames} videoSources={videoSources} session={session} />
<SecondaryRow /> <SecondaryRow />
</section> </section>
<section className="grid min-h-0 grid-rows-[1fr_1.2fr_auto] gap-0.5"> <section className="grid min-h-0 min-w-0 grid-rows-[1fr_1.2fr_auto] gap-0.5">
<div className="min-h-0"> <div className="min-h-0 min-w-0">
<UserListPanel hideNicknameForm hideHeader fillHeight /> <UserListPanel hideNicknameForm hideHeader fillHeight />
</div> </div>
<div className="min-h-0"> <div className="min-h-0 min-w-0">
<ChatPanel hideInput hideSpectatorNotice fillHeight /> <ChatPanel hideInput hideSpectatorNotice fillHeight />
</div> </div>
<div className="min-h-0"> <div className="min-h-0 min-w-0">
<LogsRow /> <LogsRow />
</div> </div>
</section> </section>