Add subtle rounding to bar

This commit is contained in:
R. Miles McCain 2021-06-13 18:32:55 +00:00
parent fcea6d3be9
commit ab44ba8318
No known key found for this signature in database
GPG Key ID: A92BBEE41F6FEFEF

View File

@ -1,6 +1,6 @@
{% load helpers %} {% load helpers %}
<div <div
class="absolute h-6" 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-200-fallback)" style="width: {% bar_width count max total %}; top: 6px; left: 0px; height: calc(100% - 12px); background-color: var(--color-urge-100-fallback)"
> >
</div> </div>