mini-player, global: wip style and change title temporarily
This commit is contained in:
parent
979ac108a7
commit
481d8766ba
3 changed files with 21 additions and 11 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue