7 lines
218 B
HTML
7 lines
218 B
HTML
{% load helpers %}
|
|
<div
|
|
class="absolute h-6 rounded-md"
|
|
style="width: {% bar_width count max total %}; top: 6px; left: 0px; height: calc(100% - 12px); background-color: var(--color-urge-100-fallback)"
|
|
>
|
|
</div>
|