Reduce size of sparkline legend
This commit is contained in:
@@ -59,8 +59,8 @@
|
||||
<div class="flex justify-center pt-2">
|
||||
{% for plot in plots %}
|
||||
<div class="flex items-center px-2">
|
||||
<div class="w-4 h-4 mr-1" style="background-color: {{ plot.color }};"></div>
|
||||
<div>{{ plot.label }}</div>
|
||||
<div class="w-3 h-3 mr-1" style="background-color: {{ plot.color }};"></div>
|
||||
<div class="text-xs">{{ plot.label }}</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user