Fix gallery image list styling

This commit is contained in:
WithoutPants 2026-03-03 08:26:04 +11:00
parent 99a0d01371
commit b9baa7ea9f
2 changed files with 6 additions and 1 deletions

View file

@ -182,6 +182,11 @@ $galleryTabWidth: 450px;
width: 100%;
}
@media (min-width: 1200px) {
.gallery-container .image-list .filtered-list-toolbar.has-selection {
top: 0;
}
}
@media (min-width: 1200px), (max-width: 575px) {
.gallery-performers {
.performer-card {

View file

@ -790,7 +790,7 @@ export const FilteredImageList = PatchComponent(
<>
{modal}
{!withSidebar ? (
content
<div className="item-list-container image-list">{content}</div>
) : (
<div
className={cx("item-list-container image-list", {