Shrink timeline bar to 50% canvas width
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -2111,8 +2111,8 @@ const CSS = `
|
|||||||
.snap-timeline {
|
.snap-timeline {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 4px;
|
bottom: 4px;
|
||||||
left: 10%;
|
left: 25%;
|
||||||
right: 10%;
|
right: 25%;
|
||||||
height: 38px;
|
height: 38px;
|
||||||
background: rgba(15, 23, 42, 0.85);
|
background: rgba(15, 23, 42, 0.85);
|
||||||
border: 1px solid var(--border-color, #334155);
|
border: 1px solid var(--border-color, #334155);
|
||||||
|
|||||||
Reference in New Issue
Block a user