diff --git a/components/PlayerSlot.vue b/components/PlayerSlot.vue index 562a5c4..6b1db1f 100644 --- a/components/PlayerSlot.vue +++ b/components/PlayerSlot.vue @@ -88,11 +88,15 @@ const prepare_champion = (target: Card) => run_effect(CardEffects.PREPARE, targe
- - {{ props.player.username }} + +
+ + {{ props.player.username }} + +
READY
@@ -201,10 +205,6 @@ const prepare_champion = (target: Card) => run_effect(CardEffects.PREPARE, targe transition: all 1s; } -.player.turn { - margin-bottom: 75px; -} - .player.discard_unwrapped { grid-template-areas: "player_stats player_stats" @@ -240,7 +240,7 @@ const prepare_champion = (target: Card) => run_effect(CardEffects.PREPARE, targe #player_stats { display: flex; grid-area: player_stats; - flex-direction: row-reverse; + flex-direction: row; align-items: center; justify-content: center; } diff --git a/components/PlayerStats.vue b/components/PlayerStats.vue index 14f1e09..24c6525 100644 --- a/components/PlayerStats.vue +++ b/components/PlayerStats.vue @@ -12,14 +12,9 @@ const props = defineProps()