fix autorepeat and volume save

This commit is contained in:
2023-12-11 23:14:26 +01:00
parent 6062f6895b
commit 6d95acddd2
6 changed files with 38 additions and 36 deletions

View File

@@ -21,6 +21,11 @@ body {
text-shadow: 0 0 8px var(--bs-light);
}
#statsTable td,
#statsModal td {
text-align: right;
}
.minoes-table {
--piece-column: 0;
--piece-row : 0;
@@ -218,4 +223,4 @@ tr.cleared-line-animation {
animation: game-over-animation;
animation-timing-function: (0.4, 0, 0.6, 1);
animation-duration: 2s;
}
}