From 53b377d2d13d4ac184b6f8cce4391cd243471b53 Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Sun, 1 Mar 2026 12:46:00 +0100 Subject: [PATCH] Shrink timeline bar to 50% canvas width Co-Authored-By: Claude Opus 4.6 --- js/snapshot_manager.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/snapshot_manager.js b/js/snapshot_manager.js index 8d9ff6c..a449237 100644 --- a/js/snapshot_manager.js +++ b/js/snapshot_manager.js @@ -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);