mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-12-19 10:02:30 -05:00
feat: Improve Visual Distinction Between Trim and Chapters Editors
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user