From 888580b342878ce06d5f6361ddd90c6ae49cbac7 Mon Sep 17 00:00:00 2001 From: Equa <107852330+EquaTechnologies@users.noreply.github.com> Date: Fri, 13 Dec 2024 20:08:54 +0200 Subject: [PATCH] Update style.css --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 5e9ab2a..f0e5b47 100644 --- a/style.css +++ b/style.css @@ -314,6 +314,7 @@ input[type="text"]:focus { #add-shortcut:hover { background: var(--primary-hover); + transform: scale(1.2); /* Scale up the element to 110% */ } #shortcuts-grid {