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
+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"
>