From 615691e3c5c1639ebb2a932b740bde9400491029 Mon Sep 17 00:00:00 2001 From: Nikurasu Date: Sat, 29 Jun 2024 18:36:38 +0200 Subject: [PATCH] feat(style): mobile tweaks Signed-off-by: Nikurasu --- src/app/static/styles/style.css | 9 +++++++++ src/app/views/index.html | 2 ++ 2 files changed, 11 insertions(+) diff --git a/src/app/static/styles/style.css b/src/app/static/styles/style.css index 087b1d7..3e69a51 100644 --- a/src/app/static/styles/style.css +++ b/src/app/static/styles/style.css @@ -41,4 +41,13 @@ tbody>tr:nth-child(odd) { .tdred { background-color: #ff6e6e; +} + +.tableWrapper { + overflow-x: auto; + transform: rotate(180deg); +} + +.tableWrapper table { + transform: rotate(180deg); } \ No newline at end of file diff --git a/src/app/views/index.html b/src/app/views/index.html index e606717..acaad38 100644 --- a/src/app/views/index.html +++ b/src/app/views/index.html @@ -9,6 +9,7 @@

{{.Title}}

+
{{ if eq .EventType "Suitwalk" }} {{template "suitwalk" .}} {{ else if eq .EventType "RegularsTable" }} @@ -18,6 +19,7 @@ {{ else if eq .EventType "SpecialEvent" }} {{ template "specialEvent" . }} {{ end }} +
\ No newline at end of file