little changes

This commit is contained in:
2023-12-07 21:29:29 +01:00
parent a89a60691c
commit 50502be1d1
2 changed files with 9 additions and 7 deletions

View File

@ -37,15 +37,9 @@ body {
@keyframes hard-dropped-table-animation {
from {
transform: translateY(0);
}
25% {
transform: translateY(2px);
}
to {
transform: translateY(0);
}
}
#matrixTable.hard-dropped-table-animation {
animation: hard-dropped-table-animation .2s;