mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-17 01:50:47 -04:00
trying to fix spectator page chat
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-DTuXl47r.js"></script>
|
<script type="module" crossorigin src="/assets/index-A0W3Zfns.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-DxB32ptc.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-DOoEkJaz.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|||||||
@@ -120,20 +120,20 @@ 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 md:h-screen md:overflow-hidden">
|
||||||
<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]">
|
<main className="grid min-h-screen grid-cols-1 gap-0.5 p-0.5 md:h-full md:min-h-0 md:grid-cols-[minmax(0,1fr)_18rem] lg:grid-cols-[minmax(0,1fr)_20rem]">
|
||||||
<section className="flex min-h-0 min-w-0 flex-col gap-0.5">
|
<section className="flex min-h-0 min-w-0 flex-col gap-0.5 md:overflow-y-auto">
|
||||||
<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 min-w-0 grid-rows-[1fr_1.2fr_auto] gap-0.5">
|
<section className="grid min-h-0 min-w-0 gap-0.5 md:h-full grid-rows-[minmax(0,1fr)_minmax(0,1.2fr)_minmax(0,1fr)]">
|
||||||
<div className="min-h-0 min-w-0 max-h-1/3">
|
<div className="min-h-0 min-w-0 overflow-hidden">
|
||||||
<UserListPanel hideNicknameForm hideHeader fillHeight />
|
<UserListPanel hideNicknameForm hideHeader fillHeight className="h-full" />
|
||||||
</div>
|
</div>
|
||||||
<div className="min-h-0 min-w-0 max-h-1/3">
|
<div className="min-h-0 min-w-0 overflow-hidden">
|
||||||
<ChatPanel hideInput hideSpectatorNotice fillHeight />
|
<ChatPanel hideInput hideSpectatorNotice fillHeight />
|
||||||
</div>
|
</div>
|
||||||
<div className="min-h-0 min-w-0">
|
<div className="min-h-0 min-w-0 overflow-hidden">
|
||||||
<LogsRow />
|
<LogsRow />
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user