Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 269decb110 |
@@ -197,7 +197,7 @@
|
|||||||
<div class="categories" id="container">{% for category_name, is_in_category in song.categories.items() %}{%
|
<div class="categories" id="container">{% for category_name, is_in_category in song.categories.items() %}{%
|
||||||
if is_in_category %}<span style="--hue: {{ all_categories[category_name] / all_categories|length }};">{{
|
if is_in_category %}<span style="--hue: {{ all_categories[category_name] / all_categories|length }};">{{
|
||||||
category_name }}</span>{%
|
category_name }}</span>{%
|
||||||
endif %}{% endfor %}<span style="--main-color: transparent;"> </span>
|
endif %}{% endfor %}<span style="--main-color: transparent; --hue: transparent;"> </span>
|
||||||
</div>
|
</div>
|
||||||
<div class="vote-buttons">
|
<div class="vote-buttons">
|
||||||
<div class="button button-no {% if (song.vote == -1) or (not song.vote and not song.singable) %}selected{% endif %}"
|
<div class="button button-no {% if (song.vote == -1) or (not song.vote and not song.singable) %}selected{% endif %}"
|
||||||
|
|||||||
Reference in New Issue
Block a user