Shrink timeline bar to 50% canvas width

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-01 12:46:00 +01:00
parent 048171cb81
commit 53b377d2d1

View File

@@ -2111,8 +2111,8 @@ const CSS = `
.snap-timeline {
position: absolute;
bottom: 4px;
left: 10%;
right: 10%;
left: 25%;
right: 25%;
height: 38px;
background: rgba(15, 23, 42, 0.85);
border: 1px solid var(--border-color, #334155);