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 @@
+