diff --git a/frontend-tools/chapters-editor/client/src/App.tsx b/frontend-tools/chapters-editor/client/src/App.tsx
index 0e2fcf23..5e825b4a 100644
--- a/frontend-tools/chapters-editor/client/src/App.tsx
+++ b/frontend-tools/chapters-editor/client/src/App.tsx
@@ -151,10 +151,8 @@ const App = () => {
/>
{/* Timeline Header */}
-
-
- Add Chapters
-
+
+
Add Chapters
{/* Timeline Controls */}
diff --git a/frontend-tools/chapters-editor/client/src/styles/TimelineControls.css b/frontend-tools/chapters-editor/client/src/styles/TimelineControls.css
index 969e32e3..9ac10982 100644
--- a/frontend-tools/chapters-editor/client/src/styles/TimelineControls.css
+++ b/frontend-tools/chapters-editor/client/src/styles/TimelineControls.css
@@ -1,4 +1,16 @@
#chapters-editor-root {
+ .timeline-header-container {
+ margin-left: 1rem;
+ margin-top: -0.5rem;
+ }
+
+ .timeline-header-title {
+ font-size: 1.125rem;
+ font-weight: 600;
+ color: #059669;
+ margin: 0;
+ }
+
.timeline-container-card {
background-color: white;
border-radius: 0.5rem;
diff --git a/frontend-tools/video-editor/client/src/App.tsx b/frontend-tools/video-editor/client/src/App.tsx
index 8dafda61..ab70e670 100644
--- a/frontend-tools/video-editor/client/src/App.tsx
+++ b/frontend-tools/video-editor/client/src/App.tsx
@@ -309,12 +309,10 @@ const App = () => {
canRedo={historyPosition < history.length - 1}
/>
- {/* Timeline Header */}
-
-
- Trim or Split
-
-
+ {/* Timeline Header */}
+
+
Trim or Split
+
{/* Timeline Controls */}