${duration}
diff --git a/approot/releases.xml b/approot/releases.xml
index 99b1b05e..5f6fc6a6 100644
--- a/approot/releases.xml
+++ b/approot/releases.xml
@@ -39,8 +39,8 @@
-
-
+
+
${cover class="shadow-sm"}
diff --git a/approot/tracks.xml b/approot/tracks.xml
index 9e768216..9a1873ce 100644
--- a/approot/tracks.xml
+++ b/approot/tracks.xml
@@ -40,13 +40,13 @@
-
+
${cover}
-
-
${name}
- ${
}${release class="text-decoration-none link-success"}${}
+
+
${name}
+ ${
}${release class="text-decoration-none link-success text-truncate"}${}
${duration}
diff --git a/docroot/css/lms.css b/docroot/css/lms.css
index 627e7584..5a158556 100644
--- a/docroot/css/lms.css
+++ b/docroot/css/lms.css
@@ -9,8 +9,8 @@ body {
}
.Lms-cover-small {
- width: 72px;
- min-width: 72px;
+ width: 64px;
+ min-width: 64px;
}
.Lms-notification-container {
diff --git a/src/lms/ui/explore/ArtistsView.cpp b/src/lms/ui/explore/ArtistsView.cpp
index 1c4c0a89..d67a601f 100644
--- a/src/lms/ui/explore/ArtistsView.cpp
+++ b/src/lms/ui/explore/ArtistsView.cpp
@@ -85,7 +85,7 @@ Artists::Artists(Filters& filters)
refreshArtistLinkTypes();
});
- _container = bindNew("artists");
+ _container = bindNew("artists", Wt::WString::tr("Lms.Explore.Artists.template.container"));
_container->onRequestElements.connect([this]
{
addSome();
diff --git a/src/lms/ui/explore/SearchView.cpp b/src/lms/ui/explore/SearchView.cpp
index 4ef0dee2..3b3cdf69 100644
--- a/src/lms/ui/explore/SearchView.cpp
+++ b/src/lms/ui/explore/SearchView.cpp
@@ -44,7 +44,7 @@ namespace UserInterface
{
addFunction("tr", &Wt::WTemplate::Functions::tr);
- _artists = bindNew("artists", Wt::WString::tr("Lms.infinite-scrolling-container"));
+ _artists = bindNew("artists", Wt::WString::tr("Lms.Explore.Artists.template.container"));
_artists->onRequestElements.connect([this] { addSomeArtists(); });
_releases = bindNew("releases", Wt::WString::tr("Lms.Explore.Releases.template.container"));