diff --git a/src/components/ActionButton.vue b/src/components/ActionButton.vue index a0a6951..541e2a2 100644 --- a/src/components/ActionButton.vue +++ b/src/components/ActionButton.vue @@ -1,6 +1,7 @@ @@ -32,8 +33,21 @@ export default class ActionButton extends Vue { diff --git a/src/components/Combat.vue b/src/components/Combat.vue index b035cc9..e42c0e3 100644 --- a/src/components/Combat.vue +++ b/src/components/Combat.vue @@ -15,17 +15,19 @@
-

Your moves

+

Moves

+

Self-moves

{{actionDescription}}
-

Enemy moves

+

Moves

+

Self-moves

@@ -129,11 +131,11 @@ export default class Combat extends Vue { } .left-actions { - grid-area: 4 / 1 / 5 / 2; + grid-area: 4 / 1 / 6 / 2; } .right-actions { - grid-area: 4 / 3 / 5 / 4; + grid-area: 4 / 3 / 6 / 4; } h3 { @@ -159,6 +161,8 @@ a { flex-direction: column; align-items: center; flex-wrap: wrap; + justify-content: start; + height: 100%; } diff --git a/src/components/ContainerView.vue b/src/components/ContainerView.vue index 1d57fb3..ae82792 100644 --- a/src/components/ContainerView.vue +++ b/src/components/ContainerView.vue @@ -1,7 +1,7 @@ @@ -27,6 +27,7 @@ export default class ContainerView extends Vue {