hyperhive/hive-ag3nt
iris 4814aaefdb fix: screen fit-to-window — lift flex auto-minimum on the canvas
PR #171 made relayoutCanvas() set canvas.style.width/height
explicitly, but the canvas is a flex item: flex items default to
min-width/min-height: auto, which resolves to the canvas's intrinsic
framebuffer resolution and clamps the JS-set display size right back
up to native — so fit mode still did nothing (#133, "still same
behavior").

Add min-width/min-height: 0 (+ flex: none) on the canvas in fit mode
so the explicit downscaled size actually sticks. Scoped to
#canvas-wrap.fit so non-fit mode keeps native size + scroll.

re #133
2026-05-21 19:40:17 +02:00
..
assets fix: screen fit-to-window — lift flex auto-minimum on the canvas 2026-05-21 19:40:17 +02:00
prompts manager prompt: update get_loose_ends docs for agent param 2026-05-20 22:13:25 +02:00
src manager: receive forge notifications (ManagerRequest::Wake) 2026-05-21 19:05:53 +02:00
Cargo.toml feat: poll forge notifications in agent harness 2026-05-20 17:59:56 +02:00