From 4a8127e5fba92a58d93d7e287d266fabfb5f106d Mon Sep 17 00:00:00 2001 From: Jan-Henrik Bruhn Date: Thu, 11 Dec 2025 12:44:33 +0100 Subject: [PATCH] Increase left column width from 400px to 480px MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Provides more breathing room for controls and progress monitor in the left column on wide screens. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 56fc0d5..55df094 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -319,7 +319,7 @@ function App() {
-
+
{/* Left Column - Controls */}
{/* Connect Button - Show when disconnected */}