From 709076fcc0cea89e6eb655575d8aedd7fbea4933 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 19 Jul 2020 15:37:04 -0400 Subject: [PATCH] Use icons instead of text for the action groups --- src/components/Combat.vue | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/components/Combat.vue b/src/components/Combat.vue index 0760de9..3999ec5 100644 --- a/src/components/Combat.vue +++ b/src/components/Combat.vue @@ -13,11 +13,11 @@
-

Group-moves

+ -

Moves

+ -

Self-moves

+
{{actionDescription}}
@@ -27,11 +27,11 @@
-

Group-moves

+ -

Moves

+ -

Self-moves

+
@@ -258,6 +258,9 @@ a { .statblock:hover[data-active] { background: #666; } +.action-label { + font-size: 200%; +}