design-fix

This commit is contained in:
ben8
2025-10-09 18:13:51 +02:00
parent a5337b1fde
commit 35d5884156

View File

@@ -35,7 +35,7 @@
{{ forloop.counter }}. {{ forloop.counter }}.
{% endif %} {% endif %}
<span class="display_name text-gray-600 font-black text-3xl dark:text-white " id="display_name-{{ forloop.counter0 }}">{{ participant.display_name }}</span> <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> <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"%} {% if participant == my_participant or request.session.mode == "learn"%}
@@ -43,21 +43,17 @@
{% endif %} {% endif %}
</div>
</div>
{% endif %} {% endif %}
</div>
{% endif %}
</div>
{% endif %}
{% endfor %} {% endfor %}
</div> </div>
</div> </div>
{% if is_host %} {% if is_host %}
{% if is_last_question %} {% if is_last_question %}