This commit is contained in:
@@ -181,7 +181,7 @@
|
||||
{% for main_category, songs in songs_by_category.items() %}
|
||||
<h2 style="--hue: {{ all_categories[main_category] / all_categories|length }};">{{ main_category }}</h2>
|
||||
{% for song in songs -%}
|
||||
<div class="song{% if (song.vote == -1) or (not song.vote and not song.singable) %} not_singable{% endif %}"
|
||||
<div style="--hue: {{ all_categories[main_category] / all_categories|length }};" class="song{% if (song.vote == -1) or (not song.vote and not song.singable) %} not_singable{% endif %}"
|
||||
id="song-{{ song.id }}">
|
||||
<div class="cover-container">
|
||||
<img src="{{ song.thumbnail }}" class="cover">
|
||||
|
||||
Reference in New Issue
Block a user