From d15058fbadbb1769dd0a56b3896bb30c65604f5c Mon Sep 17 00:00:00 2001 From: legonzaur Date: Thu, 2 May 2024 23:26:42 +0200 Subject: [PATCH] Add Prepare button --- components/SelfView.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/components/SelfView.vue b/components/SelfView.vue index 4c6264b..756376d 100644 --- a/components/SelfView.vue +++ b/components/SelfView.vue @@ -82,6 +82,11 @@ const discard_unwrapped = ref(false) :disabled="!goStore.self || !c || c.uuid in goStore.self?.turn.cards_locked" @click="useEffect(goStore.self!.turn.effects_availables.find(e => (e.effect == CardEffects.SACRIFICE) && e.usable)!, c)">SACRIFICE + +
{{ c.health_as_champion }}
@@ -116,9 +121,6 @@ const discard_unwrapped = ref(false) -
-
- @@ -190,4 +192,8 @@ const discard_unwrapped = ref(false) transform: translateY(-40px); } + +.cards_container { + min-width: 250px; +} \ No newline at end of file