fix: layout

This commit is contained in:
Cory Dransfeldt 2024-06-15 20:55:25 -07:00
parent cabc3386a3
commit b2132c18c7
No known key found for this signature in database
3 changed files with 5 additions and 4 deletions

View file

@ -17,7 +17,8 @@
play
{% endif %}
{% endcapture %}
<div class="subtext">{{ item.artist }} / {{ item.plays }} {{ playsLabel }}</div>
<div class="subtext">{{ item.artist }}</div>
<div class="subtext">{{ item.plays }} {{ playsLabel }}</div>
</div>
</div>
{% render "partials/media/progress-bar.liquid", percentage:percentage %}