Add files via upload

This commit is contained in:
JSTAR 2024-12-14 15:03:57 +05:00 committed by GitHub
parent 5c6dc07bb4
commit ed9aa01ea0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -310,11 +310,12 @@ input[type="text"]:focus {
border: none; border: none;
cursor: pointer; cursor: pointer;
transition: background 0.2s ease; transition: background 0.2s ease;
transition: transform 0.2s ease;
} }
#add-shortcut:hover { #add-shortcut:hover {
background: var(--primary-hover); background: var(--primary-hover);
transform: scale(1.2); transform: scale(1.1);
} }
#shortcuts-grid { #shortcuts-grid {