Fix database counters layout

This commit is contained in:
Gregoo 2025-01-31 20:51:34 +01:00
parent 386a1396da
commit f6f3124a93

View File

@ -20,7 +20,7 @@
{% if database_counters %}
<h5 class="border-bottom">Records</h5>
<div class="row">
<ul class="list-group col-4">
<ul class="list-group col-4 mb-2">
{% for counter in database_counters %}
<li class="list-group-item d-flex justify-content-between align-items-start {% if counter.legacy %}list-group-item-dark{% endif %}">
<span><i class="ri-{{ counter.icon }}"></i> {{ counter.name }}</span> <span class="badge {% if counter.legacy %}text-bg-light border{% else %}text-bg-primary{% endif %} rounded-pill ms-2">{{ counter.count }}</span>