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 <noreply@anthropic.com>
This commit is contained in:
Eric Wagoner
2026-08-23 23:46:20 -04:00
co-authored by Claude Fable 5
parent e6ef5f6315
commit c7109fcddf
2 changed files with 15 additions and 4 deletions
-4
View File
@@ -199,10 +199,6 @@
position: relative;
margin-bottom: 0.6rem;
}
.live-fp :global(.fpv-canvas) {
max-height: 34dvh;
object-fit: cover;
}
.live-fp-hide {
position: absolute;
top: 0.4rem;