notification pill appearance

This commit is contained in:
Mathieu Jaumotte 2021-07-29 15:23:28 +02:00
parent 87a7e0de00
commit 55ac730c18

View File

@ -1 +1 @@
{% if nb > 0 %}<span class="notification-counter">{{ nb }}</span>{% endif %}
{% if nb > 0 %}<span class="badge rounded-pill bg-danger notification-counter">{{ nb }}</span>{% endif %}