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:
co-authored by
Claude Fable 5
parent
e6ef5f6315
commit
c7109fcddf
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user