From 99b7538de42f237804f11937eb372550b91b9af4 Mon Sep 17 00:00:00 2001 From: JSTAR <78903532+DevJSTAR@users.noreply.github.com> Date: Sat, 14 Dec 2024 14:41:18 +0500 Subject: [PATCH] Update style.css --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 0dc3885..8f8743c 100644 --- a/style.css +++ b/style.css @@ -314,7 +314,7 @@ input[type="text"]:focus { #add-shortcut:hover { background: var(--primary-hover); - transform: scale(1.2); /* Scale up the element to 110% */ + transform: scale(1.2); } #shortcuts-grid { @@ -337,9 +337,9 @@ input[type="text"]:focus { box-shadow: 0 2px 10px var(--shadow); } -/* Scale go up (no i won't remove this) WARP*/ .shortcut:hover { - transform: scale(1.079); /* Scale up the element*/ + transform: scale(1.079); + box-shadow: 0 4px 15px var(--shadow); } .shortcut img { @@ -368,7 +368,7 @@ input[type="text"]:focus { opacity: 1; } -/* Settings styles (so sigma) */ +/* Settings styles */ .settings-button { position: fixed; bottom: 2rem;