diff --git a/client/app.js b/client/app.js index b771310..c32ff98 100644 --- a/client/app.js +++ b/client/app.js @@ -2807,16 +2807,7 @@ class GolfGame { // Use unified swap animation if (window.cardAnimations) { - // For opponent swaps, size the held card to match the opponent card - // rather than the deck size (default holding rect uses deck dimensions, - // which looks oversized next to small opponent cards on mobile) - const holdingRect = window.cardAnimations.getHoldingRect(); - const heldRect = holdingRect ? { - left: holdingRect.left, - top: holdingRect.top, - width: sourceRect.width, - height: sourceRect.height - } : null; + const heldRect = window.cardAnimations.getHoldingRect(); window.cardAnimations.animateUnifiedSwap( discardCard, // handCardData - card going to discard