styling
All checks were successful
release-tag / release-image (push) Successful in 5m1s

This commit is contained in:
2024-07-12 11:13:10 +02:00
parent d4cf9a53dd
commit 5074455dac
2 changed files with 7 additions and 5 deletions

View File

@@ -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">