From 4ad776b9d5b1e6511887685d67fd4dac92894942 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Mon, 1 Jun 2026 20:06:12 -0400 Subject: [PATCH] zebra-report: wider screen-share layout, trim right-column prose MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mirror source c454164 — full-width body, 360px right column, 92vh video, four notes cut to ~1/3 their length. --- zebra-report/zebra-spaces.html | 40 +++++++++++++--------------------- 1 file changed, 15 insertions(+), 25 deletions(-) diff --git a/zebra-report/zebra-spaces.html b/zebra-report/zebra-spaces.html index e3bff2b..c73c5eb 100644 --- a/zebra-report/zebra-spaces.html +++ b/zebra-report/zebra-spaces.html @@ -14,21 +14,21 @@ * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: monospace; background: #fff; color: #000; - padding: 2rem; max-width: 1440px; margin: 0 auto; + padding: 1rem 1.5rem; max-width: none; margin: 0 auto; } /* two-column page on desktop: left = timeline (1fr, takes remaining - * space — will host the running event feed once v0.3 lands), right = - * controls (capped at 520px so they never get awkwardly wide on a - * full-screen monitor). Both columns get min-width:0 so they shrink - * without forcing a horizontal scrollbar. */ + * space — hosts screen shares + the running event feed), right = + * controls (kept narrow so the screen share gets maximum pixels). + * Both columns get min-width:0 so they shrink without forcing a + * horizontal scrollbar. */ .page { display: grid; - grid-template-columns: minmax(0, 1fr) minmax(0, 520px); - gap: 2rem; + grid-template-columns: minmax(0, 1fr) minmax(0, 360px); + gap: 1.25rem; align-items: start; } .timeline { - border-right: 1px solid #ddd; padding-right: 2rem; min-height: 60vh; + border-right: 1px solid #ddd; padding-right: 1.25rem; min-height: 60vh; min-width: 0; display: flex; flex-direction: column; } .controls { min-width: 0; } @@ -66,7 +66,7 @@ display: flex; flex-direction: column; } .screen-tile video { - width: 100%; height: auto; max-height: 80vh; display: block; background: #000; + width: 100%; height: auto; max-height: 92vh; display: block; background: #000; } .screen-tile .screen-meta { background: #111; color: #ddd; font-size: 0.7rem; padding: 0.3rem 0.5rem; @@ -227,7 +227,7 @@
- your key lives only in this browser; back it up if you want it on another device or after clearing data. log out wipes it and generates a fresh identity. + key lives in this browser only.