Center artist and release images in small devices as they may not be square

This commit is contained in:
emeric
2025-03-23 16:07:27 +01:00
parent 3a03d076d3
commit 3dbfc00e2b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<message id="Lms.Explore.Artist.template">
<div class="row mb-3 gy-3">
<div class="col-lg-3 col-md-4">
${artwork class="Lms-cursor-pointer rounded"}
${artwork class="Lms-cursor-pointer rounded d-block mx-auto"}
</div>
<div class="col">
<h2>${name}</h2>
+1 -1
View File
@@ -9,7 +9,7 @@
<message id="Lms.Explore.Release.template">
<div class="row mb-3 gy-3">
<div class="col-lg-3 col-md-4">
${cover class="Lms-cursor-pointer rounded"}
${cover class="Lms-cursor-pointer rounded d-block mx-auto"}
</div>
<div class="col">
<h2>${name}${<if-has-release-comment>}<span class="ms-1 text-muted">[${comment}]</span>${</if-has-release-comment>}</h2>