From 3f0eff9f9c559155796676fa2b188e249bc9bab2 Mon Sep 17 00:00:00 2001 From: Ivo Oskamp Date: Thu, 5 Feb 2026 23:19:58 +0100 Subject: [PATCH] Further reduce version link spacing - tighter padding and smaller fonts --- .../backupchecks/src/static/css/changelog.css | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/containers/backupchecks/src/static/css/changelog.css b/containers/backupchecks/src/static/css/changelog.css index 87d67de..66de05d 100644 --- a/containers/backupchecks/src/static/css/changelog.css +++ b/containers/backupchecks/src/static/css/changelog.css @@ -9,22 +9,23 @@ } .changelog-nav .changelog-nav-link { - padding: 0.25rem 0.5rem !important; - margin-bottom: 0 !important; + padding: 0.15rem 0.5rem !important; + margin-bottom: 0.15rem !important; border-radius: 0.25rem; color: var(--bs-body-color); text-decoration: none; transition: all 0.15s ease-in-out; - font-size: 0.875rem !important; - line-height: 1.2 !important; + font-size: 0.85rem !important; + line-height: 1.1 !important; display: block; } .changelog-nav .changelog-nav-link span { - font-size: 0.75rem !important; - margin-top: 0.1rem; - line-height: 1.2 !important; + font-size: 0.7rem !important; + margin-top: 0; + line-height: 1 !important; display: block; + opacity: 0.7; } .changelog-nav-link:hover {