Merge branch '3729a3762aa6b1aa08a682aea48fb37ab5fe9bd5'

This commit is contained in:
2026-01-03 05:06:08 +01:00
6 changed files with 9 additions and 5 deletions

View File

@@ -41,6 +41,10 @@ body {
text-align: right;
}
#timeCell {
min-width: 10ch;
}
.minoes-table {
--piece-column: 0;
--piece-row : 0;

View File

@@ -76,7 +76,7 @@ tr.matrix td:not(.mino) {
}
.ghost.mino {
opacity: 50%;
opacity: 5%;
box-shadow: none;
}

View File

@@ -120,7 +120,7 @@ td {
}
@keyframes blinker {
50% {
35% {
opacity: 0;
}
}