prettier top poster of the day

pull/225/head
Aevann 2024-03-02 14:28:49 +02:00
parent 090cc76e2c
commit 3b1b81d647
2 changed files with 7 additions and 5 deletions

View File

@ -2,9 +2,11 @@
<h5 class="text-center mt-0 mt-md-2 mb-2">
Top Poster of the Day:
{% with user=top_poster_of_the_day() %}
{% include "user_in_table.html" %}
{% endwith %}
<span class="d-md-block mt-md-1">
{% with user=top_poster_of_the_day() %}
{% include "user_in_table.html" %}
{% endwith %}
</span>
</h5>
<h5 class="text-center mt-0 mt-md-2 mb-2 pb-1">

View File

@ -2,11 +2,11 @@
<h5 class="text-center mt-0 mt-md-2 mb-4">
Top Poster of the Day:
<p>
<span class="d-md-block mt-md-1">
{% with user=top_poster_of_the_day() %}
{% include "user_in_table.html" %}
{% endwith %}
</p>
</span>
</h5>
<a href="/users">