From c6bcee3b26daab93c87383d8115a88db16027d83 Mon Sep 17 00:00:00 2001 From: Daan Vankerkom Date: Wed, 9 Nov 2022 00:45:53 +0100 Subject: [PATCH] Reduce TV card scale size Reduced the transform scale from 10% to 7% to increase readability and reduce cognitive overload. --- src/components/cardbuilder/card.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/cardbuilder/card.scss b/src/components/cardbuilder/card.scss index e43b488dbe..28f55abe2d 100644 --- a/src/components/cardbuilder/card.scss +++ b/src/components/cardbuilder/card.scss @@ -114,7 +114,7 @@ button::-moz-focus-inner { } .card.show-animation:focus > .cardBox { - transform: scale(1.18, 1.18); + transform: scale(1.07, 1.07); } .cardBox-bottompadded {