defaults, round

This commit is contained in:
2026-03-11 18:10:20 +01:00
parent 018d623143
commit b8b743871e
5 changed files with 41 additions and 69 deletions

View File

@@ -66,12 +66,12 @@ td#timeCell {
}
@keyframes hard-dropped-table-animation {
25% {
transform: translateY(3px);
50% {
transform: translate(0, 5px);
}
}
.hard-dropped-table-animation {
animation: hard-dropped-table-animation .2s;
animation: hard-dropped-table-animation ease-in-out .2s;
}
tr.buffer-zone td:not(.mino) {
@@ -296,4 +296,4 @@ tr.cleared-line-animation {
.select2-results__group {
display: inline-block;
}
}