mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-17 10:00:46 -04:00
better um interinstance ui um stuff yeah lole
This commit is contained in:
@@ -197,8 +197,13 @@ function QueueReplayLinksRow() {
|
||||
*/
|
||||
return (
|
||||
<div className={`flex ${themeGapClass}`}>
|
||||
<div className={`min-w-0 basis-0 grow-[1] space-y-0.5`}>
|
||||
<RoverQueuesPanel />
|
||||
<div className="min-w-0 basis-0 grow-[1]">
|
||||
{/*
|
||||
The queue card stretches to the desktop row height so its always-open
|
||||
external-instance region receives the same vertical budget as the
|
||||
neighboring replay card and can scroll within that space.
|
||||
*/}
|
||||
<RoverQueuesPanel fillHeight />
|
||||
</div>
|
||||
<div className="min-w-0 basis-0 grow-[0.9]">
|
||||
<ReplaySourcesPanel panelId="replay-sources-desktop" fillHeight />
|
||||
|
||||
Reference in New Issue
Block a user