From 6c543319b497db42cd0edc6a850a1b13e79dfbb3 Mon Sep 17 00:00:00 2001 From: Robert Schuster Date: Sat, 10 Jan 2026 11:54:13 +0100 Subject: [PATCH 1/2] fix: increased footnote-backref size --- assets/sass/footer.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/sass/footer.scss b/assets/sass/footer.scss index f41de4632..6f27c5a3f 100644 --- a/assets/sass/footer.scss +++ b/assets/sass/footer.scss @@ -49,6 +49,11 @@ } .footnote-backref { + display: inline-flex; + width: 2.4rem; + height: 2.4rem; + justify-content: center; + @media print { display: none; } From c10625287a59cf3738ca6d5b041142b2007402cb Mon Sep 17 00:00:00 2001 From: Robert Schuster Date: Sat, 10 Jan 2026 12:15:37 +0100 Subject: [PATCH 2/2] fix: increased aside-link size --- assets/sass/contentNavigation.scss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/assets/sass/contentNavigation.scss b/assets/sass/contentNavigation.scss index f5e382245..bc817e6d8 100644 --- a/assets/sass/contentNavigation.scss +++ b/assets/sass/contentNavigation.scss @@ -23,7 +23,11 @@ } li { - margin-bottom: 0.3rem; + margin-bottom: 0.1rem; + } + + li > a + ul { + margin-top: 0.1rem; } @media print { @@ -41,6 +45,7 @@ align-items: flex-start; gap: 0.4rem; width: fit-content; + min-height: 2.4rem; @include focus-indicator(0.1rem); } @@ -75,7 +80,7 @@ &:before { content: ""; width: 0.4rem; - height: 2.1rem; + height: 100%; position: absolute; display: flex; background-color: var(--link-default);