From 4a3d7681d6772eabde1c7b0d8d310c9dae135811 Mon Sep 17 00:00:00 2001 From: Ivan Li Date: Tue, 8 Jul 2025 03:19:06 +0800 Subject: [PATCH] Fix layout spacing issues in LED strip configuration - Remove forced height expansion from display configuration panel - Change layout from flex-based to space-based for natural content sizing - Eliminate large empty spaces between configuration sections - Improve overall UI compactness and visual flow --- src/App.tsx | 8 +- .../display-list-container.tsx | 2 +- .../led-strip-configuration.tsx | 78 ++++++++++--------- 3 files changed, 45 insertions(+), 43 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 8adca6d..f2d812b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -46,9 +46,9 @@ function App() { }); return ( -
+
{/* Fixed Navigation */} -