diff --git a/components/tracks/TrackList.tsx b/components/tracks/TrackList.tsx index 8272767..ad646c5 100644 --- a/components/tracks/TrackList.tsx +++ b/components/tracks/TrackList.tsx @@ -206,9 +206,16 @@ export function TrackList({
{tracks.map((track) => ( - {/* Track Waveform Row with bars stacked below */} -
- + {/* Waveform - Takes remaining space */} +
+ +
- {/* Automation Bar - Collapsible */} + {/* Automation Bar - Collapsible - Fixed height when expanded */} {!track.collapsed && ( -
+
{/* Automation Header - Clickable to toggle */}
)} - {/* Effects Bar - Collapsible */} + {/* Effects Bar - Collapsible - Fixed height when expanded */} {!track.collapsed && ( -
+
{/* Effects Header - Collapsible */}