WIP: 2024-refactor #1

Draft
c0de wants to merge 52 commits from 2024-refactor into master
Showing only changes of commit ba8935a3d3 - Show all commits

View File

@ -29,8 +29,8 @@
{% if gallery.reactions %} {% if gallery.reactions %}
{% for reaction in gallery.reactions %} {% for reaction in gallery.reactions %}
{# TODO: limit total number of reactions shown #} {# TODO: limit total number of reactions shown #}
<span class="badge rounded-pill"> <span class="badge rounded-pill text-body">
<i class="bi-{{ reaction }}" style="color: black;"></i> <i class="bi-{{ reaction }}"></i>
</span> </span>
{% endfor %} {% endfor %}
{% endif %} {% endif %}