Minor style update to workout list accordion, removed background and padding

This commit is contained in:
Peter Stockings
2023-10-19 20:38:23 +11:00
parent dcff73d85e
commit 8fe110d159

View File

@@ -94,7 +94,7 @@
</div>
</div>
<div class="p-3 text-xs italic font-normal text-gray-500 border border-gray-200 rounded-lg bg-gray-50 dark:bg-gray-600 dark:border-gray-500 dark:text-gray-300 mt-3 hidden"
<div class="text-xs italic font-normal text-gray-500 border-t-[1px] border-gray-200 mt-3 hidden"
id="workout_view_wrapper-{{ w.id }}">
<div id="workout_view-{{ w.id }}">
{% with workout=w, graph_types=w['selected_graph_types'] %}