fix hard drop animation

This commit is contained in:
Adrien MALINGREY 2023-12-07 21:44:30 +01:00
parent a0af16d0dd
commit 7996e4a7ae

View File

@ -41,7 +41,7 @@ body {
transform: translateY(2px);
}
}
#matrixTable.hard-dropped-table-animation {
.hard-dropped-table-animation {
animation: hard-dropped-table-animation .2s;
}