diff options
| author | citrons <citrons@mondecitronne.com> | 2025-06-16 23:22:12 -0500 |
|---|---|---|
| committer | ubq323 <ubq323@ubq323.website> | 2025-06-17 12:05:31 +0100 |
| commit | f051b937350223b2665c1ae645589302a95f2116 (patch) | |
| tree | f3194ce441f074c174700cf91c7c325de0a44580 | |
| parent | 9eb6d36bb30a607bdf4b203608362b28a41f5450 (diff) | |
pagination CSS tweak
| -rw-r--r-- | apioforum/static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apioforum/static/style.css b/apioforum/static/style.css index 0da7216..d7247e2 100644 --- a/apioforum/static/style.css +++ b/apioforum/static/style.css @@ -199,7 +199,7 @@ nav.pages { padding: 5px; border: 1px solid var(--border-colour); background-color: var(--alternating-colour-even); - top: 0; + top: -1px; } .pages-top { position: sticky; } |
