diff --git a/approot/release.xml b/approot/release.xml index bf8426aa..ea4d923f 100644 --- a/approot/release.xml +++ b/approot/release.xml @@ -7,17 +7,19 @@ -
+
${cover class="Lms-explore-release-cover"} -
-
-
+
${name} ${}${artists}${} ${}${tr:Lms.Explore.various-artists}${} - ${}${year}${} (${orig-year})${} · ${}${duration} - ${clusters class="mb-2"} +
${}${year}${} (${orig-year})${} · ${}${duration}
+ ${clusters} +
+
+
+
${play-btn class="btn btn-lg btn-outline-dark border-0 me-2"}${more-btn class="btn btn-lg btn-outline-dark border-0"}
${container class="d-grid gap-3"} @@ -59,7 +61,7 @@ -
+
${}${track-number}${}
diff --git a/docroot/css/lms.css b/docroot/css/lms.css index 433f99fb..8d9e3c73 100644 --- a/docroot/css/lms.css +++ b/docroot/css/lms.css @@ -1,3 +1,13 @@ +/* Generic rules */ +.Lms-bg-light-hover:hover { + background-color: var(--bs-light); +} + +.Lms-mw-fit-content { + max-width: fit-content; +} + +/* Specific rules */ body { padding-bottom: 78px; } @@ -6,6 +16,3 @@ body { height: 70px; } -.Lms-mw-fit-content { - max-width: fit-content; -}