From 14fc52f8a1accd9b5ca841d6bc425d928bc61ad7 Mon Sep 17 00:00:00 2001 From: daudix Date: Sat, 28 Sep 2024 18:40:07 +0300 Subject: [PATCH] Fix height of "Skip to Main Content" button --- CHANGELOG.md | 1 + sass/_nav.scss | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8878b00..d26bb0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Fixed - Fix CRT code blocks preferring syntax highlighting color instead of an accent color. +- Fix height of "Skip to Main Content" button. - Fix various RTL issues (broken toggles, article list arrow, unmirrored icons). ## [5.2.0](https://codeberg.org/daudix/duckquill/compare/v5.1.0...v5.2.0) diff --git a/sass/_nav.scss b/sass/_nav.scss index f03f426..b32ae9e 100644 --- a/sass/_nav.scss +++ b/sass/_nav.scss @@ -32,8 +32,9 @@ var(--shadow-glass); border-radius: 999px; background-color: var(--nav-bg); - padding: 0.375rem 0.75rem; + padding: 0.625rem 0.75rem; pointer-events: none; + line-height: 1; text-decoration: none; &:focus {