From aa58e6c4f89aab1f5eae3e8780fdcc812400a3c7 Mon Sep 17 00:00:00 2001 From: legonzaur Date: Sat, 3 Aug 2024 17:36:16 +0200 Subject: [PATCH] fix : zoom on hand and market --- components/game/Market.vue | 6 ++++++ components/game/player/Self.vue | 21 ++++++++++++++------- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/components/game/Market.vue b/components/game/Market.vue index 12754ac..f737cc8 100644 --- a/components/game/Market.vue +++ b/components/game/Market.vue @@ -111,3 +111,9 @@ function tokenClick({ card, token }: { card: Card; token: Effect }) { width: 50px; } + + diff --git a/components/game/player/Self.vue b/components/game/player/Self.vue index 91b6cb1..f0dbf48 100644 --- a/components/game/player/Self.vue +++ b/components/game/player/Self.vue @@ -73,7 +73,7 @@ const props = defineProps(); bottom: -50px; max-width: 100vw; justify-content: flex-start; - transition: 0.5s all var(--animation-curve); + transition: 0.25s all var(--animation-curve); transform: translate(-50%, 150px); } @@ -88,21 +88,28 @@ const props = defineProps();