mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 09:31:20 -04:00
rover over
This commit is contained in:
@@ -203,7 +203,7 @@ function QueueReplayLinksRow() {
|
||||
<ReplaySourcesPanel panelId="replay-sources-desktop" fillHeight />
|
||||
</div>
|
||||
<div className={`min-w-0 basis-0 grow-[0.75] ${themeStackClass}`}>
|
||||
<LinkButtonsPanel />
|
||||
<LinkButtonsPanel fillHeight={false} />
|
||||
<PtzQueueCard layout="desktop" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -19,7 +19,7 @@ export function NicknameEntryPanel({ compact = false }) {
|
||||
);
|
||||
}
|
||||
|
||||
export function LinkButtonsPanel({ className = '' }) {
|
||||
export function LinkButtonsPanel({ className = '', fillHeight = true }) {
|
||||
const enabled = useSessionSelector((state) => isFeatureEnabled(state, 'socials'));
|
||||
|
||||
/*
|
||||
@@ -32,7 +32,7 @@ export function LinkButtonsPanel({ className = '' }) {
|
||||
return (
|
||||
<CardFrame
|
||||
title="Links!"
|
||||
fillHeight
|
||||
fillHeight={fillHeight}
|
||||
className={className}
|
||||
bodyClassName="flex flex-1 min-h-0 flex-col gap-0.5 text-base"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user