aboutsummaryrefslogtreecommitdiff
path: root/app/templates/games.j2
diff options
context:
space:
mode:
authorKaran Jayachandra <karan.jayachandra@nxp.com>2025-07-25 15:30:07 +0200
committerKaran Jayachandra <karan.jayachandra@nxp.com>2025-07-25 15:30:07 +0200
commit08e4a27c0db7fc2867cce3eb6f80799148c03ba6 (patch)
tree9cf8636933099a550b02b281b6a885b7f3a7bf37 /app/templates/games.j2
parent040a3a894e0816596532d7f7430baa4a5524f67b (diff)
Moved to a mobile friendly CSS framework
Diffstat (limited to 'app/templates/games.j2')
-rw-r--r--app/templates/games.j26
1 files changed, 4 insertions, 2 deletions
diff --git a/app/templates/games.j2 b/app/templates/games.j2
index dff1e0f..ce2a412 100644
--- a/app/templates/games.j2
+++ b/app/templates/games.j2
@@ -1,4 +1,5 @@
-<table class="table is-bordered is-striped is-narrow is-hoverable is-fullwidth" id="games">
+<div class="overflow-auto">
+<table id="games">
<thead>
<th colspan="5" align="center"> {{ title }} </th>
</thead>
@@ -18,4 +19,5 @@
</tr>
{% endfor %}
</tbody>
-</table> \ No newline at end of file
+</table>
+<div> \ No newline at end of file