From b69e798c297fbdbc2f263be2ad8164a48425b283 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sun, 28 Jun 2026 07:27:24 +0300 Subject: [PATCH] View all card don't transition all CSS properties --- app/styles/front.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/front.module.css b/app/styles/front.module.css index f71933343..c8560449f 100644 --- a/app/styles/front.module.css +++ b/app/styles/front.module.css @@ -153,7 +153,7 @@ font-weight: var(--weight-bold); text-align: center; color: var(--color-text); - transition: 0.2s ease-out; + transition: background-color 0.2s ease-out; min-width: 90px; max-width: 90px;