fix minor styling issue
All checks were successful
release-tag / release-image (push) Successful in 4m46s
All checks were successful
release-tag / release-image (push) Successful in 4m46s
This commit is contained in:
@@ -197,7 +197,7 @@
|
||||
<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 }};">{{
|
||||
category_name }}</span>{%
|
||||
endif %}{% endfor %}<span style="--main-color: transparent;"> </span>
|
||||
endif %}{% endfor %}<span style="--main-color: transparent; --hue: transparent;"> </span>
|
||||
</div>
|
||||
<div class="vote-buttons">
|
||||
<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