Gallery page: Keep the toolbar on top when scrolling

This commit is contained in:
Andrio Celos 2024-02-21 11:10:25 +11:00
parent 8f936d5ed2
commit 3bcf9cbb71

View File

@ -1819,12 +1819,18 @@ button.dragging {
flex-flow: column;
}
#galleryPage > header {
padding: 0.5em;
}
#galleryCardList {
display: grid;
grid-template-columns: repeat(auto-fill, 10em);
grid-auto-rows: auto;
gap: 0.5em;
justify-content: space-evenly;
overflow-y: scroll;
padding-top: 0.5em;
}
#galleryCardList .card {