From fddba4e8563749c34bbd031a8b7c6accc7b697b2 Mon Sep 17 00:00:00 2001 From: Ivo Oskamp Date: Thu, 5 Feb 2026 23:08:05 +0100 Subject: [PATCH] Further reduce version navigation spacing - more compact layout --- .../backupchecks/src/static/css/changelog.css | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/containers/backupchecks/src/static/css/changelog.css b/containers/backupchecks/src/static/css/changelog.css index ac6bc5d..db3509d 100644 --- a/containers/backupchecks/src/static/css/changelog.css +++ b/containers/backupchecks/src/static/css/changelog.css @@ -9,14 +9,20 @@ } .changelog-nav-link { - padding: 0.35rem 0.75rem; - margin-bottom: 0.1rem; - border-radius: 0.375rem; + padding: 0.25rem 0.5rem; + margin-bottom: 0; + border-radius: 0.25rem; color: var(--bs-body-color); text-decoration: none; transition: all 0.15s ease-in-out; - font-size: 0.9rem; - line-height: 1.3; + font-size: 0.875rem; + line-height: 1.2; +} + +.changelog-nav-link span { + font-size: 0.75rem; + margin-top: 0.1rem; + line-height: 1.2; } .changelog-nav-link:hover {