Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/mb_caa_dimensions/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ div.thumb-position {
}
}

// Reserve space for dimension labels below sidebar cover art (MB default is 218px).
#sidebar .cover-art.present {
min-height: 244px;
}

// Styling of the info spans
// TODO: beta.MBS of May 24 2024 changed the classname from "cover-art-image" to "artwork-image".
// Change this when new class name lands in production MBS.
Expand Down