Revert "Restyle template statistics and received text messages"

This commit is contained in:
Chris Hill-Scott
2020-02-18 14:58:33 +00:00
committed by GitHub
parent a86f0a6efc
commit 6bdd776780
15 changed files with 114 additions and 186 deletions

View File

@@ -188,8 +188,11 @@
) %}
{% call field(align='right') %}
<span {% if id %}id="{{ id }}"{% endif %} class="spark-bar">
<span class="spark-bar-bar" style="width: {{ count / max_count * 100 }}%">
{{ '{:,.0f}'.format(count) }}
<span style="width: {{ count / max_count * 100 }}%">
{{ big_number(
count,
smallest=True
) }}
</span>
</span>
{% endcall %}