From 1f16b29def4169b34b9944258088df4a64dd1954 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 7 Aug 2020 11:08:34 -0400 Subject: [PATCH] Expand the space that actions can be displayed in --- src/components/Combat.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Combat.vue b/src/components/Combat.vue index 0c3dc2b..86d3c1e 100644 --- a/src/components/Combat.vue +++ b/src/components/Combat.vue @@ -411,11 +411,11 @@ export default class Combat extends Vue { } .left-fader { - grid-area: 2 / 1 / 4 / 2; + grid-area: 2 / 1 / 5 / 2; } .right-fader { - grid-area: 2 / 4 / 4 / 5; + grid-area: 2 / 4 / 5 / 5; } .left-fader, @@ -429,11 +429,11 @@ export default class Combat extends Vue { } .left-actions { - grid-area: 2 / 1 / 4 / 2; + grid-area: 2 / 1 / 5 / 2; } .right-actions { - grid-area: 2 / 4 / 4 / 5; + grid-area: 2 / 4 / 5 / 5; } .left-actions > .vert-display {