From 4117db7162468886e281625f2269da3d9d0aba5b Mon Sep 17 00:00:00 2001 From: Victoria Earl Date: Mon, 20 Jan 2025 16:38:04 -0500 Subject: [PATCH] Fix signups page on mobile The last change to this page made the list of shifts unreadable on mobile, this should fix it so that everything works nicely. --- uber/templates/shifts_admin/signups.html | 26 +++++++++++------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/uber/templates/shifts_admin/signups.html b/uber/templates/shifts_admin/signups.html index 1443c20e1..3a9256739 100644 --- a/uber/templates/shifts_admin/signups.html +++ b/uber/templates/shifts_admin/signups.html @@ -21,9 +21,8 @@ {% endif %} {% endif %} - + {% if hide_filled %}btn-outline-secondary{% else %}btn-outline-secondary{% endif %}"> Hide Filled Shifts @@ -45,20 +44,19 @@ Show Non Public + {% if attendees %} -
-
- Assign someone to any of these positions
- +
+ Assign someone to any of these positions
+
-
+
{% endif %} -

-
+
{% include "shifts_admin/job_renderer.html" %}
{% endif %}