From c8c9267d6ae8d3c764dbcd024c09477b2d8f15bb Mon Sep 17 00:00:00 2001 From: Marcus Kida Date: Thu, 19 Feb 2026 11:25:02 +0100 Subject: [PATCH] Increase width of side panel --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 5f68f69..114f4a4 100644 --- a/static/style.css +++ b/static/style.css @@ -97,7 +97,7 @@ html, body { border-radius: 8px; box-shadow: 0 2px 6px var(--shadow); padding: 10px 14px; - width: 260px; + width: 280px; } .controls-row {