From 6c2c16afbe6c6d83597a9c497330ab85de3324c7 Mon Sep 17 00:00:00 2001 From: King Omar Date: Sun, 19 Jul 2026 22:35:57 +1000 Subject: [PATCH] fix controls spanning full width at bottom Co-Authored-By: Claude Sonnet 4.6 --- index.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/index.html b/index.html index cf4c6e9..50f1300 100644 --- a/index.html +++ b/index.html @@ -46,12 +46,19 @@ body { height: 100vh; display: flex; + flex-direction: column; font-family: 'Roboto Mono', monospace; background: var(--bg); color: var(--fg); overflow: hidden; } + .top-row { + display: flex; + flex: 1; + overflow: hidden; + } + /* ── Left sidebar ── */ .sidebar { width: 220px; @@ -390,6 +397,7 @@ +
+