From 878b071112d7484fd9b22d70ee06afe895de9018 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Mon, 1 Apr 2024 17:04:28 +0400 Subject: Chore: style change --- components/actions_table.html | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'components') diff --git a/components/actions_table.html b/components/actions_table.html index 0e9ecc1..f0c6572 100644 --- a/components/actions_table.html +++ b/components/actions_table.html @@ -1,5 +1,5 @@ {{define "UserScore"}} - +
@@ -11,9 +11,13 @@
ID BurnTime{{.Score}}
+
+

ActionTypePlus

- + + + {{range $action := .Actions}} {{if eq $action.Type "ActionTypePlus"}} @@ -25,9 +29,14 @@ {{end}} {{end}}
ActionTypePlusNameMagnitudeRepeatable
+
+
+

ActionTypeMinus

- + + + {{range $action := .Actions}} {{if eq $action.Type "ActionTypeMinus"}} @@ -39,4 +48,5 @@ {{end}} {{end}}
ActionTypeMinusNameMagnitudeRepeatable
+
{{end}} -- cgit v1.2.3