From 583c5f56b606301f7e3420c73da4fd48c350c2d5 Mon Sep 17 00:00:00 2001 From: legonzaur Date: Tue, 14 May 2024 17:18:46 +0200 Subject: [PATCH] wip --- components/PlayerSlot.vue | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/components/PlayerSlot.vue b/components/PlayerSlot.vue index 91dc712..da09108 100644 --- a/components/PlayerSlot.vue +++ b/components/PlayerSlot.vue @@ -64,6 +64,7 @@ const prepare_champion = (target: Card) => run_effect(CardEffects.PREPARE, targe stack = +
run_effect(CardEffects.PREPARE, targe justify-content: start; } +.discard.unwrapped { + z-index: 9; + +} + + +#discard_unwrapped_bg { + display: none; + position: absolute; + left: 0; + top: 0; + height: 100%; + width: 100%; + z-index: 8; + background: rgba(0, 0, 0, 0.5) +} + +#discard_unwrapped_bg.unwrapped { + display: block; +} + .player { + position: relative; + isolation: isolate; display: grid; grid-template-columns: min-content 1fr; grid-template-rows: min-content min-content 1fr;