From 4568f90dbd84c33a0cd838fa5b12d4f128b67e89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?fn=20=E2=8C=83=20=E2=8C=A5?= <70830482+FnControlOption@users.noreply.github.com> Date: Tue, 28 Apr 2026 19:45:47 -0700 Subject: [PATCH] Add flex-grow to history controls To prevent the Previous button from moving each time it is clicked --- site/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/site/styles.css b/site/styles.css index 5c995bc..71d8771 100644 --- a/site/styles.css +++ b/site/styles.css @@ -1492,12 +1492,18 @@ main { .history-controls { display: flex; + flex-grow: 1; align-items: center; gap: 8px; font-weight: 600; color: var(--muted); } +#historyRange { + flex-grow: 1; + text-align: center; +} + .icon-button { width: 32px; height: 32px;