remove double lines

This commit is contained in:
Adrien MALINGREY 2023-12-18 01:29:01 +01:00
parent 6c1291833d
commit 05862b8587

View File

@ -43,7 +43,6 @@ body {
margin-top: calc(-1 * var(--buffer-zone-rows) * var(--cell-side)); margin-top: calc(-1 * var(--buffer-zone-rows) * var(--cell-side));
} }
@keyframes hard-dropped-table-animation { @keyframes hard-dropped-table-animation {
25% { 25% {
transform: translateY(2px); transform: translateY(2px);
@ -112,7 +111,6 @@ tr.cleared-line-animation {
transform: translateX(50%); transform: translateX(50%);
} }
#messagesSpan { #messagesSpan {
position: absolute; position: absolute;
top: 5%; top: 5%;