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-bottom-right-radius: 0.2rem;
}
.pagination-smaller .page-link {
font-size: min(18px, 5.8vw);
}
.badge {
display: inline-block;
padding: 0.25em 0.4em;

View File

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