Resolve "css" #275

Merged
ben8 merged 1 commits from 152-css into master 2025-10-09 17:27:11 +00:00
Showing only changes of commit 35d5884156 - Show all commits

View File

@@ -35,7 +35,7 @@
{{ forloop.counter }}.
{% endif %}
<span class="display_name text-gray-600 font-black text-3xl dark:text-white " id="display_name-{{ forloop.counter0 }}">{{ participant.display_name }}</span>
</div class="flex flex-col items-start">
</div>
<p data-score="{{ participant.score }}" data-last-score="{{ participant.last_score }}" class="dark:text-white text-gray-600 font-bold show-score text-xl" id="score-{{ forloop.counter0 }}">{{ participant.score }} Punkte</p>
{% if participant == my_participant or request.session.mode == "learn"%}
@@ -43,18 +43,14 @@
{% endif %}
</div>
</div>
{% endif %}
</div>
{% endif %}
</div>
{% endif %}
{% endfor %}
</div>
</div>