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