This commit is contained in:
2026-01-16 03:38:58 +01:00
parent 50a4536994
commit 3e3fd6d7f4

View File

@@ -72,13 +72,13 @@ body {
} }
#holdTable .mino { #holdTable .mino {
--row: 10; --row: 7;
--column: -5; --column: -5;
} }
#nextTable .mino { #nextTable .mino {
--row: 15; --row: 15;
--column: 20; --column: 15;
} }
.minoes-table th, .minoes-table th,
@@ -135,20 +135,6 @@ tr.matrix td:not(.mino) {
box-shadow: 0 0 7px hsla(var(--h), var(--s), calc(var(--l) * var(--light) * 1.3), 20%); box-shadow: 0 0 7px hsla(var(--h), var(--s), calc(var(--l) * var(--light) * 1.3), 20%);
} }
#holdTable .mino,
#holdTable .mino::before,
#holdTable .mino + :not(.mino)::before,
#holdTable .mino::after {
--light-x: calc(-0.5 - var(--rY) / 30 - (var(--column) + -10) / 10 + 1);
}
#nextTable .mino,
#nextTable .mino::before,
#nextTable .mino + :not(.mino)::before,
#nextTable .mino::after {
--light-x: calc(-0.5 - var(--rY) / 30 - (var(--column) + 10) / 10 + 1);
}
.minoes-table .mino::before, .minoes-table .mino::before,
.minoes-table .mino + :not(.mino)::before, .minoes-table .mino + :not(.mino)::before,
.minoes-table .mino::after, .minoes-table .mino::after,