align top pagination with the other buttons

pull/225/head
Aevann 2024-03-03 22:02:38 +02:00
parent 703ee02f9c
commit 9e567d828a
2 changed files with 5 additions and 2 deletions

View File

@ -1583,6 +1583,9 @@ nav
border-top-right-radius: 0.2rem; border-top-right-radius: 0.2rem;
border-bottom-right-radius: 0.2rem; border-bottom-right-radius: 0.2rem;
} }
.pagination-smaller .page-link {
font-size: min(18px, 5.8vw);
}
.badge { .badge {
display: inline-block; display: inline-block;
padding: 0.25em 0.4em; padding: 0.25em 0.4em;

View File

@ -93,9 +93,9 @@
</div> </div>
{% endblock %} {% endblock %}
</div> </div>
{% if (SITE_NAME == 'WPD' or SITE == 'devrama.net') and listing %} {% if SITE_NAME == 'WPD' and listing %}
<div class="d-inline-block"> <div class="d-inline-block">
{{macros.pagination("pl-1 pt-3 pb-3")}} {{macros.pagination("pagination-smaller pl-1 pt-3 pb-3")}}
</div> </div>
{% endif %} {% endif %}
</div> </div>