Skip to content

Commit

Permalink
Fix: Limit coversize in album detail view #1361
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed Oct 29, 2024
1 parent 25d66e9 commit cd04ee7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions htdocs/css/mympd.css
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,10 @@ div.key {
}
}

.colCover {
max-width: 27rem;
}

.dropdown-item:focus {
background-color: inherit;
}
Expand Down
2 changes: 1 addition & 1 deletion htdocs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ <h2 data-phrase="Action for selection" class="dropdown-header"></h2>
</div>
<div class="scrollContainer table-responsive">
<div class="row me-0">
<div class="col-12 col-sm-6 col-xl-4 mb-3">
<div class="col-12 col-sm-6 col-xl-4 mb-3 colCover">
<div id="viewDatabaseAlbumDetailCover" class="mb-3 album-cover cover-loading clickable carousel" data-href='{"cmd": "zoomPicture", "options": ["target"]}'></div>
</div>
<div id="viewDatabaseAlbumDetailInfo" class="text-break col-12 col-sm-6 col-xl-8 mb-3">
Expand Down

0 comments on commit cd04ee7

Please sign in to comment.