small fixes to get things in correct places

This commit is contained in:
stvnrlly
2023-12-18 12:32:14 -05:00
parent 23d3ae6951
commit 6926be6208
3 changed files with 51 additions and 51 deletions

View File

@@ -34,17 +34,11 @@
<div class="grid-col-6">
<span class="big-number-dark bottom-gutter-2-3">
<span class="big-number-number">
{% if noti_type.black_box.number is number %}
{{ "{:,}".format(noti_type.black_box.number) }}
{% else %}
{{ noti_type.black_box.number }}
{% endif %}
</span>
{% if noti_type.black_box.number|message_count_label(noti_type.black_box.notification_type) %}
<span class="big-number-label">
{{ noti_type.black_box.number|message_count_label(noti_type.black_box.notification_type) }}
</span>
{% endif %}
</span>
{% for item in noti_type.other_data %}