From 5505010e14bede33a692a656515bd6ca106103f2 Mon Sep 17 00:00:00 2001 From: bobzel Date: Thu, 27 Feb 2025 11:06:19 -0500 Subject: added x and y margins for card view. --- src/client/views/collections/CollectionCardDeckView.scss | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/client/views/collections/CollectionCardDeckView.scss') diff --git a/src/client/views/collections/CollectionCardDeckView.scss b/src/client/views/collections/CollectionCardDeckView.scss index 06dd4627f..e6cc398af 100644 --- a/src/client/views/collections/CollectionCardDeckView.scss +++ b/src/client/views/collections/CollectionCardDeckView.scss @@ -9,6 +9,7 @@ display: flex; transform-origin: top left; align-items: center; + position: relative; } button { @@ -33,6 +34,12 @@ .collectionCardView-cardSizeDragger { position: absolute; top: 0; + width: 28px; + height: 28px; + > svg { + width: 100%; + height: 100%; + } } .no-card-span { -- cgit v1.2.3-70-g09d2