Dont float right 'add note' button on mobile
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user