From 85536093b575bf3fdac0c5eb0152c8589c08e1fe Mon Sep 17 00:00:00 2001 From: Mukan Erkin Date: Sun, 19 Apr 2026 20:48:46 +0300 Subject: [PATCH] fix(ui): widen left panel to 300px Co-Authored-By: Claude Sonnet 4.6 --- src/web/bot.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/bot.html b/src/web/bot.html index 5a435f3..e6aa704 100644 --- a/src/web/bot.html +++ b/src/web/bot.html @@ -66,7 +66,7 @@ /* ── MAIN 3-COLUMN LAYOUT ────────────────────── */ #layout { flex: 1; display: grid; min-height: 0; - grid-template-columns: 260px 1fr 260px; + grid-template-columns: 300px 1fr 260px; grid-template-rows: 1fr; }