mirror of
https://github.com/stashapp/stash.git
synced 2026-03-17 18:42:56 +01:00
Fix gallery image list styling
This commit is contained in:
parent
99a0d01371
commit
b9baa7ea9f
2 changed files with 6 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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", {
|
||||
|
|
|
|||
Loading…
Reference in a new issue