Skip to content

Commit

Permalink
Merge pull request #3005 from metabrainz/release-card-cover-art
Browse files Browse the repository at this point in the history
Fix cover art in release card component
  • Loading branch information
MonkeyDo authored Oct 22, 2024
2 parents 540bd5c + 98abe3e commit 1fb74f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/css/entity-pages.less
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
width: 100%;
.cover-art-container {
display: grid;
grid-gap: 2em;
grid-gap: 1.5em;
grid-auto-flow: column;
justify-items: center;
grid-template-columns: repeat(auto-fill, minmax(190px, max-content));
Expand Down
4 changes: 3 additions & 1 deletion frontend/css/release-card.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
.release-item {
position: relative;
width: fit-content;
height: fit-content;
aspect-ratio: 1;
}

.release-information {
Expand Down Expand Up @@ -116,7 +118,7 @@
}

.release-coverart.hide-image {
display: none !important;
display: none;
height: 0;
}

Expand Down

0 comments on commit 1fb74f2

Please sign in to comment.