Adjust monthly calendar view sets font size

This commit is contained in:
Peter Stockings
2026-02-02 22:47:25 +11:00
parent f53bf3d106
commit b26ae1e319

View File

@@ -163,11 +163,11 @@
hx-get="{{ url_for('workout.show_workout', person_id=person_id, workout_id=workout.workout_id) }}"
hx-push-url="true" hx-target="#container">
{% for set in workout.sets %}
<div class="flex flex-col w-full px-0.5 text-[9px] lg:text-[10px] leading-tight mb-1">
<span class="truncate flex items-center min-w-0">
<div class="flex flex-col w-full px-0.5 leading-tight mb-1">
<span class="truncate flex items-center min-w-0 text-[14px] lg:text-[12px]">
<span class="truncate">{{ set.exercise_name }}</span>
</span>
<span class="font-light text-gray-400 text-[8px] lg:text-[9px] flex items-center">
<span class="font-light text-gray-400 text-[12px] lg:text-[9px] flex items-center">
<span>{{ set.repetitions }} x {{ set.weight }}kg</span>
{% if set.is_pr %}
<span class="ml-1 text-yellow-500 shrink-0 text-[8px]">🏆</span>