fix: revert button active translate value

This commit is contained in:
2024-07-24 15:28:09 +01:00
parent 31a86fadf9
commit 50c5599d5e

View File

@@ -262,7 +262,7 @@ input[type="range"]::-ms-fill-upper {
.button:active { .button:active {
background: var(--text) !important; background: var(--text) !important;
color: var(--base); color: var(--base);
transform: translate(3px, 3px); transform: translate(4px, 4px);
} }
.button.button-active::after, .button.button-active::after,