diff --git a/components/ResultDialog.vue b/components/ResultDialog.vue index b658b39..67b21e1 100644 --- a/components/ResultDialog.vue +++ b/components/ResultDialog.vue @@ -1,20 +1,22 @@ @@ -23,22 +25,27 @@ const close = () => {
@@ -59,31 +66,32 @@ const close = () => { } .dialog-box { - background-image: url('../images/bg-grass.png'); - padding: 0 20px; - border-radius: 5px; - width: 800px; - border-radius: 30px; - max-width: 100%; - color: white; - text-align: center; - text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); - display: flex; - justify-content: center; - flex-direction: column; + background-image: url('../images/bg-grass.png'); + padding: 0 20px; + border-radius: 5px; + width: 800px; + border-radius: 30px; + max-width: 100%; + color: white; + text-align: center; + text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); + display: flex; + justify-content: center; + flex-direction: column; } .dialog-box h3 { - font-size: 30px; - font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; - margin: 0; - width: 100%; - padding: 10px 0; - color: white; - text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); + font-size: 30px; + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; + margin: 0; + width: 100%; + padding: 10px 0; + color: white; + text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); } -.dialog-header, .dialog-footer { +.dialog-header, +.dialog-footer { display: flex; justify-content: space-between; align-items: center; diff --git a/stores/turn.ts b/stores/turn.ts index a38ef21..b6c172a 100644 --- a/stores/turn.ts +++ b/stores/turn.ts @@ -22,6 +22,7 @@ export const useClientSideStore = defineStore("clientside", { CardEffects.STACK_NEXT_ACTION_BOUGHT, CardEffects.STACK_NEXT_CARD_BOUGHT, CardEffects.STUN, + CardEffects.PREPARE ]), }), getters: {