From 3e3fd6d7f42d9744b57d877ce790f84db7e0e9ce Mon Sep 17 00:00:00 2001 From: adrien Date: Fri, 16 Jan 2026 03:38:58 +0100 Subject: [PATCH] tweaks --- css/stereo.css | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/css/stereo.css b/css/stereo.css index 6fe366e..e5f683a 100644 --- a/css/stereo.css +++ b/css/stereo.css @@ -72,13 +72,13 @@ body { } #holdTable .mino { - --row: 10; + --row: 7; --column: -5; } #nextTable .mino { --row: 15; - --column: 20; + --column: 15; } .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%); } -#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 + :not(.mino)::before, .minoes-table .mino::after,