From 5faef9defc23f81cb4e10ab244c79fdf8fed01a9 Mon Sep 17 00:00:00 2001 From: Nikurasu Date: Sun, 30 Jun 2024 20:35:46 +0200 Subject: [PATCH] feat(style): mobile tweaks Signed-off-by: Nikurasu --- src/app/views/index.html | 2 -- src/app/views/regularstable.html | 2 ++ src/app/views/specialEvent.html | 2 ++ src/app/views/specialEventRoles.html | 2 ++ src/app/views/suitwalk.html | 2 ++ 5 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/app/views/index.html b/src/app/views/index.html index 776b169..e606717 100644 --- a/src/app/views/index.html +++ b/src/app/views/index.html @@ -9,7 +9,6 @@

{{.Title}}

-
{{ if eq .EventType "Suitwalk" }} {{template "suitwalk" .}} {{ else if eq .EventType "RegularsTable" }} @@ -19,7 +18,6 @@ {{ else if eq .EventType "SpecialEvent" }} {{ template "specialEvent" . }} {{ end }} -
\ No newline at end of file diff --git a/src/app/views/regularstable.html b/src/app/views/regularstable.html index 8dd1532..eb903de 100644 --- a/src/app/views/regularstable.html +++ b/src/app/views/regularstable.html @@ -1,6 +1,7 @@ {{ define "regularstable" }}

{{ .EventName }} {{ .Locals.Attendie }}

{{ .Locals.Registered }}

+
@@ -46,4 +47,5 @@ {{end}}
+
{{end}} \ No newline at end of file diff --git a/src/app/views/specialEvent.html b/src/app/views/specialEvent.html index 022935b..70e1673 100644 --- a/src/app/views/specialEvent.html +++ b/src/app/views/specialEvent.html @@ -1,6 +1,7 @@ {{ define "specialEvent" }}

{{ .EventName }} {{ .Locals.Attendie }}

{{ .Locals.Registered }}

+
@@ -29,4 +30,5 @@ {{end}}
+
{{end}} \ No newline at end of file diff --git a/src/app/views/specialEventRoles.html b/src/app/views/specialEventRoles.html index 4e51951..9afa5f8 100644 --- a/src/app/views/specialEventRoles.html +++ b/src/app/views/specialEventRoles.html @@ -1,6 +1,7 @@ {{define "specialEventRoles"}}

{{ .EventName }} {{ .Locals.Attendie }}

{{ .Locals.Registered }}

+
@@ -63,5 +64,6 @@ {{end}}
+
{{end}} {{end}} \ No newline at end of file diff --git a/src/app/views/suitwalk.html b/src/app/views/suitwalk.html index fd1a316..4794d3d 100644 --- a/src/app/views/suitwalk.html +++ b/src/app/views/suitwalk.html @@ -1,6 +1,7 @@ {{define "suitwalk"}}

{{ .EventName }} {{ .Locals.Attendie }}

{{ .Locals.Registered }}

+
@@ -80,5 +81,6 @@ {{end}}
+
{{ end }} {{end}} \ No newline at end of file