Still converting to bootstrap 5. Reworked album layout. Switched to bootswatch solar theme

This commit is contained in:
emeric
2022-05-02 20:19:32 +02:00
parent 6046da7a4c
commit 582e6ed7ae
16 changed files with 46 additions and 134 deletions
+2 -3
View File
@@ -5,13 +5,13 @@
<message id="Lms.Explore.Releases.template">
<div class="mb-3">
${mode class="nav nav-pills mb-2"}
${play-btn class="btn btn-lg btn-outline-dark border-0 me-2"}${more-btn class="btn btn-lg btn-outline-dark border-0"}
${play-btn class="btn btn-outline-primary me-2"}${more-btn class="btn btn-outline-primary"}
</div>
${releases}
</message>
<message id="Lms.Explore.Releases.template.entry-grid">
<div class="card border-0">
<div class="card border-0 bg-transparent">
${cover class="shadow-sm"}
${release-name class="text-truncate text-nowrap"}
${<if-has-year>}${year}${</if-has-year>}
@@ -25,5 +25,4 @@
${loading-indicator}
</message>
</messages>