Minor style update to workout list accordion, removed background and padding
This commit is contained in:
@@ -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'] %}
|
||||
|
||||
Reference in New Issue
Block a user