From 1aa425e1d7b5818d5677530512b4e0a6f525580e Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Fri, 18 Oct 2024 16:58:03 +0200 Subject: Made the visuals look good for laptop --- templates/controls.j2 | 16 +++++++--------- templates/macros.j2 | 12 ++++++------ templates/players.j2 | 2 +- 3 files changed, 14 insertions(+), 16 deletions(-) (limited to 'templates') diff --git a/templates/controls.j2 b/templates/controls.j2 index 125dd38..6ba724a 100644 --- a/templates/controls.j2 +++ b/templates/controls.j2 @@ -1,5 +1,5 @@ {% from "macros.j2" import court %} -
+
{% for key, value in courts.items() %} {{ court(key, value) }} @@ -10,16 +10,14 @@
-
- @@ -27,7 +25,7 @@
-
+
+
{%- endmacro %} @@ -49,15 +49,15 @@

- +

-

Match Up!

+

Match Up!

- +

diff --git a/templates/players.j2 b/templates/players.j2 index 6db040a..ae6afe0 100644 --- a/templates/players.j2 +++ b/templates/players.j2 @@ -5,7 +5,7 @@
{{ navbar() }} -
+
{% for id, value in players.items() %}
{{ player(id, value.status, value.name) }}
-- cgit v1.3.1