feat: Improve Visual Distinction Between Trim and Chapters Editors

This commit is contained in:
Yiannis Christodoulou
2025-12-08 17:05:23 +02:00
parent e536c74576
commit 6eae3310ad
4 changed files with 34 additions and 10 deletions

View File

@@ -309,6 +309,13 @@ const App = () => {
canRedo={historyPosition < history.length - 1}
/>
{/* Timeline Header */}
<div style={{ marginLeft: '1rem', marginTop: '-0.5rem' }}>
<h2 style={{ fontSize: '1.125rem', fontWeight: 600, color: '#2563eb', margin: 0 }}>
Trim or Split
</h2>
</div>
{/* Timeline Controls */}
<TimelineControls
currentTime={currentTime}