rover over

This commit is contained in:
legop3
2026-07-12 01:36:30 -04:00
parent 09ce66e7a4
commit 76318e6b36
7 changed files with 26 additions and 15 deletions
+1 -1
View File
@@ -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>
+2 -2
View File
@@ -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"
>