Dont float right 'add note' button on mobile

This commit is contained in:
Peter Stockings
2023-07-25 21:41:08 +10:00
parent 6cc20eebd9
commit d2d8b73398

View File

@@ -8,7 +8,7 @@
Edit Edit
</a> </a>
{% else %} {% else %}
<a class="text-sm font-medium text-cyan-600 hover:bg-gray-100 rounded-lg inline-flex items-center p-2 cursor-pointer float-right" <a class="text-sm font-medium text-cyan-600 hover:bg-gray-100 rounded-lg inline-flex items-center p-2 cursor-pointer float-none sm:float-right"
hx-get="{{ url_for('get_workout_note_edit_form', person_id=person_id, workout_id=workout_id) }}" hx-get="{{ url_for('get_workout_note_edit_form', person_id=person_id, workout_id=workout_id) }}"
hx-target="#workout-note"> hx-target="#workout-note">
Add note Add note