From 8f2667d007df593f3eb1fa51f7913795d4334cac Mon Sep 17 00:00:00 2001 From: Ivo Oskamp Date: Thu, 5 Feb 2026 23:06:26 +0100 Subject: [PATCH] Reduce spacing in version navigation sidebar --- containers/backupchecks/src/static/css/changelog.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/containers/backupchecks/src/static/css/changelog.css b/containers/backupchecks/src/static/css/changelog.css index 0b15e39..ac6bc5d 100644 --- a/containers/backupchecks/src/static/css/changelog.css +++ b/containers/backupchecks/src/static/css/changelog.css @@ -9,13 +9,14 @@ } .changelog-nav-link { - padding: 0.5rem 0.75rem; - margin-bottom: 0.25rem; + padding: 0.35rem 0.75rem; + margin-bottom: 0.1rem; border-radius: 0.375rem; color: var(--bs-body-color); text-decoration: none; transition: all 0.15s ease-in-out; - font-size: 0.95rem; + font-size: 0.9rem; + line-height: 1.3; } .changelog-nav-link:hover {