corrections

This commit is contained in:
2026-01-03 05:00:02 +01:00
parent 3f665d115a
commit ae883148f8
3 changed files with 6 additions and 2 deletions

View File

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

View File

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

View File

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