hyperhive/hive-ag3nt/assets
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
..
agent.css agent icon: render on dashboard + per-agent web UI 2026-05-21 15:36:58 +02:00
app.js terminal: show recv wait/max params + bash [bg] flag 2026-05-21 17:57:24 +02:00
index.html agent icon: render on dashboard + per-agent web UI 2026-05-21 15:36:58 +02:00
screen.html fix: screen fit-to-window — lift flex auto-minimum on the canvas 2026-05-21 19:40:17 +02:00
stats.html agent icon: render on dashboard + per-agent web UI 2026-05-21 15:36:58 +02:00
stats.js stats: per-bucket turns-by-model chart 2026-05-20 10:58:14 +02:00