Pagination styling (#5973)

* Raise pagination slightly to avoid occlusion from link bar
* Add shadow to pagination
This commit is contained in:
WithoutPants 2025-06-30 07:53:33 +10:00 committed by GitHub
parent 6f4920cb81
commit 3a232b1d6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -984,14 +984,20 @@ input[type="range"].zoom-slider {
.pagination-footer {
background-color: transparent;
bottom: $navbar-height;
padding: 0.5rem 1rem;
margin: auto;
padding: 0.5rem 1rem 0.75rem;
position: sticky;
width: fit-content;
z-index: 10;
@include media-breakpoint-up(sm) {
bottom: 0;
}
.pagination.btn-group {
box-shadow: 0 8px 10px 2px rgb(0 0 0 / 30%);
}
.pagination {
margin-bottom: 0;