mini-player, global: wip style and change title temporarily

This commit is contained in:
Agahnim 2026-03-20 11:45:58 +01:00
parent 979ac108a7
commit 481d8766ba
3 changed files with 21 additions and 11 deletions

View file

@ -1,7 +1,6 @@
<miniplayer>
<h1>Miniplayer</h1>
{% if tracks.is_empty() %}
<p>Aucune track</p>
<ominous-message>You won't hear anything from me</ominous-message>
{% else %}
{% for track in tracks %}
<div class="track">
@ -10,4 +9,4 @@
</div>
{% endfor %}
{% endif %}
</miniplayer>
</miniplayer>