From 4ff398552e967105c6f8428f02baa44e938bc163 Mon Sep 17 00:00:00 2001 From: HWFord <54360213+HWFord@users.noreply.github.com> Date: Mon, 8 Dec 2025 14:29:54 +0100 Subject: [PATCH] (cp 0c92a8ba3) fixes #2481 change hover scale --- admin/themes/default/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index ce74b5e15..d7a5b7f80 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -8387,7 +8387,7 @@ color:#FF7B00; } #whats_new .whats_new_block:hover{ - scale:115%; + scale:105%; transition:.6s; }