From 4c74ad3663df66b11b0f2d09500fa731528a0171 Mon Sep 17 00:00:00 2001 From: emeric Date: Wed, 30 Mar 2022 20:22:36 +0200 Subject: [PATCH] Still converting to bootstrap 5, removed all old js --- approot/artist.xml | 8 ++++---- approot/artists.xml | 6 +----- approot/main.xml | 2 +- approot/release.xml | 22 +++++++++++----------- 4 files changed, 17 insertions(+), 21 deletions(-) diff --git a/approot/artist.xml b/approot/artist.xml index a5975abe..44cb1cd1 100644 --- a/approot/artist.xml +++ b/approot/artist.xml @@ -3,10 +3,10 @@ -
-

${name}

- ${clusters} - ${play-btn class="Lms-explore-btn Lms-btn"}${more-btn class="Lms-explore-btn Lms-btn"} +
+ ${name} + ${clusters class="mb-2"} + ${play-btn class="me-2"}${more-btn}
${} ${releases class="row gy-4"} diff --git a/approot/artists.xml b/approot/artists.xml index bd440769..f878da11 100644 --- a/approot/artists.xml +++ b/approot/artists.xml @@ -13,11 +13,7 @@ - ${name} - - - - ${name} + ${name class="text-decoration-none text-reset"} diff --git a/approot/main.xml b/approot/main.xml index ac53a705..ae588400 100644 --- a/approot/main.xml +++ b/approot/main.xml @@ -4,7 +4,7 @@ ${navbar}
- ${contents class="Lms-contents"} + ${contents}
${player class="fixed-bottom bg-light Lms-player"}
diff --git a/approot/release.xml b/approot/release.xml index f0fea076..421271ee 100644 --- a/approot/release.xml +++ b/approot/release.xml @@ -17,8 +17,8 @@ ${}${artists}${} ${}${tr:Lms.Explore.various-artists}${} ${}${year}${} (${orig-year})${} ยท ${}${duration} - ${clusters} - ${play-btn}${more-btn} + ${clusters class="mb-2"} + ${play-btn class="me-2"}${more-btn}
${container} @@ -39,7 +39,7 @@ ${}

${tr:Lms.Explore.links}

- ${mbid-link class="Lms-btn text-muted"} + ${mbid-link class="text-muted"}
${
} @@ -55,19 +55,19 @@
-
-
+
+
${}${track-number}${}
-
-
${name}
+
+ ${name} ${}${artists}${}
-
+
- ${play-btn class="Lms-explore-btn Lms-btn"}${more-btn class="Lms-explore-btn Lms-btn"} + ${play-btn class="me-2"}${more-btn}
-
+
${duration}
@@ -75,7 +75,7 @@ - ${artist class="Lms-btn Lms-artistname text-muted"} + ${artist}