Fix height of "Skip to Main Content" button
This commit is contained in:
@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
## Fixed
|
## Fixed
|
||||||
|
|
||||||
- Fix CRT code blocks preferring syntax highlighting color instead of an accent color.
|
- 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).
|
- 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)
|
## [5.2.0](https://codeberg.org/daudix/duckquill/compare/v5.1.0...v5.2.0)
|
||||||
|
@ -32,8 +32,9 @@
|
|||||||
var(--shadow-glass);
|
var(--shadow-glass);
|
||||||
border-radius: 999px;
|
border-radius: 999px;
|
||||||
background-color: var(--nav-bg);
|
background-color: var(--nav-bg);
|
||||||
padding: 0.375rem 0.75rem;
|
padding: 0.625rem 0.75rem;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
line-height: 1;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
|
Reference in New Issue
Block a user