web/ProcessingStatus: make the button squishy

This commit is contained in:
wukko 2025-01-26 00:57:56 +06:00
parent de66ac6b08
commit 73d2f45dae
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -45,7 +45,11 @@
var(--button-box-shadow),
var(--processing-status-glow);
transition: box-shadow 0.2s, background-color 0.2s;
transition: box-shadow 0.2s, background-color 0.2s, transform 0.2s;
}
#processing-status:active {
transform: scale(0.9);
}
#processing-status.completed {