Center artist and release images in small devices as they may not be square
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
<message id="Lms.Explore.Artist.template">
|
<message id="Lms.Explore.Artist.template">
|
||||||
<div class="row mb-3 gy-3">
|
<div class="row mb-3 gy-3">
|
||||||
<div class="col-lg-3 col-md-4">
|
<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>
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<h2>${name}</h2>
|
<h2>${name}</h2>
|
||||||
|
|||||||
+1
-1
@@ -9,7 +9,7 @@
|
|||||||
<message id="Lms.Explore.Release.template">
|
<message id="Lms.Explore.Release.template">
|
||||||
<div class="row mb-3 gy-3">
|
<div class="row mb-3 gy-3">
|
||||||
<div class="col-lg-3 col-md-4">
|
<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>
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<h2>${name}${<if-has-release-comment>}<span class="ms-1 text-muted">[${comment}]</span>${</if-has-release-comment>}</h2>
|
<h2>${name}${<if-has-release-comment>}<span class="ms-1 text-muted">[${comment}]</span>${</if-has-release-comment>}</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user