diff --git a/apps/desktop/src/components/InCallPanel.tsx b/apps/desktop/src/components/InCallPanel.tsx index b413f0c..9eaa867 100644 --- a/apps/desktop/src/components/InCallPanel.tsx +++ b/apps/desktop/src/components/InCallPanel.tsx @@ -512,10 +512,10 @@ export function InCallPanel({ conversation }: Props) { // Focus mode dedicates the entire call-panel vertical slot to the speaker so // the tile can grow in height (grid mode's 420px cap leaves it squashed). const sectionClass = - callMode === 'focus' + stageLayout.kind === 'focus' ? 'flex min-h-[420px] shrink-0 flex-col overflow-hidden border-b border-line bg-surface-2' : 'flex min-h-[280px] max-h-[420px] shrink-0 flex-col overflow-hidden border-b border-line bg-surface-2'; - const sectionHeight = callMode === 'focus' ? '75%' : '50%'; + const sectionHeight = stageLayout.kind === 'focus' ? '75%' : '50%'; return (
(
) : (
-
+
{visibleTiles.map((p) => ( -
+