From 08e4a27c0db7fc2867cce3eb6f80799148c03ba6 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Fri, 25 Jul 2025 15:30:07 +0200 Subject: Moved to a mobile friendly CSS framework --- app/templates/controls.j2 | 83 +++++++++++++++++++++++------------------------ 1 file changed, 41 insertions(+), 42 deletions(-) (limited to 'app/templates/controls.j2') diff --git a/app/templates/controls.j2 b/app/templates/controls.j2 index f67f745..a8cba89 100644 --- a/app/templates/controls.j2 +++ b/app/templates/controls.j2 @@ -1,47 +1,46 @@ {% from "macros.j2" import court_button %} -
-
- {% for court in courts %} - {{ court_button(court) }} - {% endfor %} -
+

Courts

+
+{% for court in courts %} + {{ court_button(court) }} +{% endfor %}
-
-
-
- -
-
-
-
- -
-
-
- +

Generation

+
+
+
-
-
- -
-
- +
+
+
+
+ + + +
+

Timer

+
+ + + + +
\ No newline at end of file -- cgit v1.3.1