From c7109fcddf7ace769c59e9425379ccf2f535aca9 Mon Sep 17 00:00:00 2001 From: Eric Wagoner Date: Sun, 23 Aug 2026 23:46:20 -0400 Subject: [PATCH] The pane sits square on the board's shoulders Eric's layout call: the first-person pane wears exactly the board's width, directly above it. A shrink-wrapped column stacks the two, with the pane held out of the intrinsic sizing (width:0, min-width:100%) so the BOARD alone decides how wide the column is; the canvas keeps its aspect as it scales. Co-Authored-By: Claude Fable 5 --- packages/web/src/App.svelte | 15 +++++++++++++++ packages/web/src/LiveFirstPerson.svelte | 4 ---- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/packages/web/src/App.svelte b/packages/web/src/App.svelte index 4ed47e3..058c99a 100644 --- a/packages/web/src/App.svelte +++ b/packages/web/src/App.svelte @@ -1869,6 +1869,7 @@ {:else if view}
+
{#if prefs.liveFp && view.you && !net.spectating} setPref("liveFp", false)} /> {/if} @@ -1893,6 +1894,7 @@ {litCells} {sightTrace} /> +