Add padding below the exercise progress graphs on dashboard view

This commit is contained in:
Peter Stockings
2023-12-09 15:05:13 +11:00
parent d51266c2d1
commit cc31cb098d

View File

@@ -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">