From 83db5722551a20fcc44229123051075ef2be6b9d Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 16 Jul 2020 15:25:34 -0400 Subject: [PATCH] Switch to horizontal lists of combatants; adjust layout --- src/App.vue | 1 - src/components/ActionButton.vue | 5 +++-- src/components/Combat.vue | 36 +++++++++++++++++++++++---------- src/components/Statblock.vue | 15 +++++++------- 4 files changed, 36 insertions(+), 21 deletions(-) diff --git a/src/App.vue b/src/App.vue index 2b136fe..543fc57 100644 --- a/src/App.vue +++ b/src/App.vue @@ -87,7 +87,6 @@ body, html { color: #ddd; background: #111; width: 100%; - max-width: 1000pt; margin: auto; height: 100%; display: flex; diff --git a/src/components/ActionButton.vue b/src/components/ActionButton.vue index 03cad95..468d949 100644 --- a/src/components/ActionButton.vue +++ b/src/components/ActionButton.vue @@ -51,9 +51,10 @@ export default class ActionButton extends Vue {