From 83ae2e7ea74df5558653eed19df5abc5c894474f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Wed, 19 Nov 2025 12:43:00 +0100 Subject: [PATCH] fix: remove border-t from effects bar to eliminate gap with automation bar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Removed border-t from effects bar container - Keeps border-b for bottom edge separation - No gap between automation and effects bars in both folded and unfolded states 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- components/tracks/TrackList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tracks/TrackList.tsx b/components/tracks/TrackList.tsx index c97c70b..c317a9f 100644 --- a/components/tracks/TrackList.tsx +++ b/components/tracks/TrackList.tsx @@ -295,7 +295,7 @@ export function TrackList({ {/* Effects Bar - Always visible at bottom */} {!track.collapsed && ( -
+
{/* Effects Header - Collapsible */}