This commit is contained in:
ghuds540 2025-12-05 00:45:14 +01:00 committed by GitHub
commit 09f3d69d47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -919,13 +919,16 @@ input[type="range"].zoom-slider {
.filtered-list-toolbar {
align-items: center;
background-color: $body-bg;
border-radius: 0.5rem;
gap: 0.5rem;
justify-content: center;
// offset the main padding
margin-left: auto;
margin-right: auto;
margin-top: -0.5rem;
padding-bottom: 0.5rem;
padding-top: 0.5rem;
padding: 0.5rem;
width: fit-content;
& > .btn-group {
flex-wrap: wrap;
@ -941,6 +944,12 @@ input[type="range"].zoom-slider {
}
}
&.btn-toolbar {
position: sticky;
top: 49px;
z-index: 1000;
}
// set the width of the zoom-slider-container to prevent buttons moving when
// the slider appears/disappears
.zoom-slider-container {