Fix database counters layout
This commit is contained in:
parent
b6c004c045
commit
1e2f9fb11a
@ -20,7 +20,7 @@
|
|||||||
{% if database_counters %}
|
{% if database_counters %}
|
||||||
<h5 class="border-bottom">Records</h5>
|
<h5 class="border-bottom">Records</h5>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<ul class="list-group col-4">
|
<ul class="list-group col-4 mb-2">
|
||||||
{% for counter in database_counters %}
|
{% 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 %}">
|
<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>
|
<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>
|
||||||
|
Loading…
Reference in New Issue
Block a user