From a2542ac87fa4d570fbb444fe14dd7049394c0d7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Wed, 19 Nov 2025 12:35:41 +0100 Subject: [PATCH] fix: remove gap between automation and effects bars MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove border-t from automation bar to eliminate gap with effects bar 🤖 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 8205569..b003eb7 100644 --- a/components/tracks/TrackList.tsx +++ b/components/tracks/TrackList.tsx @@ -372,7 +372,7 @@ export function TrackList({ {/* Automation Bar - Collapsible, above effects bar at bottom */} {!track.collapsed && (