From 87e700604c5b3649fc6cee7ecc2f776fa2110f83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Fri, 29 Aug 2025 18:38:49 +0200 Subject: [PATCH] Improve dashboard layout --- templates/twitch/dashboard.html | 69 +++++++++++++++++---------------- 1 file changed, 36 insertions(+), 33 deletions(-) diff --git a/templates/twitch/dashboard.html b/templates/twitch/dashboard.html index 405bb29..05a046f 100644 --- a/templates/twitch/dashboard.html +++ b/templates/twitch/dashboard.html @@ -19,46 +19,49 @@ {% for game_id, game_data in org_data.games.items %}
-
-
+
+

+ {{ game_data.name }} +

+
+
+
Box art for {{ game_data.name }}
-
-

- {{ game_data.name }} -

+
+
+ {% for campaign in game_data.campaigns %} + + {% endfor %} +
-
-
- {% for campaign in game_data.campaigns %} - - {% endfor %}
{% endfor %}