From aeb542fb2d0df8da1e7c711b162f55effbfe3bc0 Mon Sep 17 00:00:00 2001 From: emeric Date: Thu, 14 Apr 2022 21:15:11 +0200 Subject: [PATCH] Still converting to bootstrap 5 --- approot/release.xml | 16 +++++++++------- docroot/css/lms.css | 13 ++++++++++--- 2 files changed, 19 insertions(+), 10 deletions(-) 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; -}