Add padding below the exercise progress graphs on dashboard view
This commit is contained in:
@@ -135,7 +135,7 @@
|
|||||||
<div class="align-middle inline-block min-w-full">
|
<div class="align-middle inline-block min-w-full">
|
||||||
<div class="shadow overflow-hidden sm:rounded-lg">
|
<div class="shadow overflow-hidden sm:rounded-lg">
|
||||||
{% if e['RepMaxes']|length > 1 %}
|
{% if e['RepMaxes']|length > 1 %}
|
||||||
<div class="w-full mt-2 aspect-video">
|
<div class="w-full mt-2 pb-2 aspect-video">
|
||||||
<div class="hidden"
|
<div class="hidden"
|
||||||
hx-get="{{ url_for('get_exercise_progress_for_user', person_id=p['PersonId'], exercise_id=e['ExerciseId'], min_date=min_date, max_date=max_date) }}"
|
hx-get="{{ url_for('get_exercise_progress_for_user', person_id=p['PersonId'], exercise_id=e['ExerciseId'], min_date=min_date, max_date=max_date) }}"
|
||||||
hx-trigger="load" hx-target="this" hx-swap="outerHTML">
|
hx-trigger="load" hx-target="this" hx-swap="outerHTML">
|
||||||
|
|||||||
Reference in New Issue
Block a user