mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 16:34:02 +01:00
Pagination styling (#5973)
* Raise pagination slightly to avoid occlusion from link bar * Add shadow to pagination
This commit is contained in:
parent
6f4920cb81
commit
3a232b1d6c
1 changed files with 7 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue