From 42991092adc24b21157685449a6ae793f9a73fd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Wed, 19 Nov 2025 18:03:41 +0100 Subject: [PATCH] fix: automation header controls now properly inline without overlapping MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Removed absolute positioning from eye icon button - Made all controls part of normal flex flow - Eye button now correctly positioned at end without overlap - Chevron controls no longer overlay the eye icon 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- components/tracks/TrackList.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/tracks/TrackList.tsx b/components/tracks/TrackList.tsx index 7d64329..bc263dc 100644 --- a/components/tracks/TrackList.tsx +++ b/components/tracks/TrackList.tsx @@ -432,7 +432,7 @@ export function TrackList({ return (
{/* Automation Header - Single Bar */} -
+
Automation {/* Color indicator */} @@ -540,7 +540,7 @@ export function TrackList({ )} - {/* Show/hide toggle - Positioned absolutely on the right */} + {/* Show/hide toggle - Part of normal flow */}