From 03b7e2d4cb001cef990efef61d9ce499c8e4f878 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Thu, 28 Jul 2022 22:27:39 -0400 Subject: Fix button input, add rotation and scale to decks --- styles/client/card.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'styles') diff --git a/styles/client/card.css b/styles/client/card.css index f8c6438..8b82fec 100644 --- a/styles/client/card.css +++ b/styles/client/card.css @@ -136,6 +136,8 @@ deck { top: calc(var(--y) * (100vh - 250px)); left: calc(var(--x) * (100vw - 166px)); + transform: scale(var(--size)) rotate(var(--rot)); + overflow: visible; border-radius: 10px; -- cgit v1.2.3