From 384e8494e7f724b87e1c524b3bd83a59a828329e Mon Sep 17 00:00:00 2001 From: vgaNAR6ta Date: Thu, 30 Jul 2026 21:31:35 +0200 Subject: [PATCH] =?UTF-8?q?edit:=20r=C3=A9glages=20un=20peu=20mieux,=20pro?= =?UTF-8?q?bl=C3=A8me=20cadrage=20vid=C3=A9o=20sur=20tel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/cuteTexture.js | 2 +- js/main.js | 4 ++-- status/openStyle.css | 2 +- style/common.css | 2 +- style/main.css | 3 ++- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/js/cuteTexture.js b/js/cuteTexture.js index 5a1c95e..5fcabfc 100644 --- a/js/cuteTexture.js +++ b/js/cuteTexture.js @@ -47,7 +47,7 @@ function scanlines(){ for(let y = 0; y #texture'); @@ -22,7 +22,7 @@ console.log(textureCanvas); scanlinesAnimation(); // ======================================== stops here ! -*/ + let target = document.querySelector('#posterWindow'); diff --git a/status/openStyle.css b/status/openStyle.css index 571f69d..64a2e2e 100644 --- a/status/openStyle.css +++ b/status/openStyle.css @@ -9,10 +9,10 @@ .openBackground{ visibility: visible; + opacity: .333; } .openBackground#texture{ - opacity: .5; z-index: -31; } diff --git a/style/common.css b/style/common.css index a4df6cc..6c4ddea 100644 --- a/style/common.css +++ b/style/common.css @@ -135,7 +135,7 @@ position: relative; top: 0; width: 100%; - height: 77px; + height: 44px; background-color: var(--main-color); color: var(--back-color); diff --git a/style/main.css b/style/main.css index 5e222d1..b556439 100644 --- a/style/main.css +++ b/style/main.css @@ -546,5 +546,6 @@ canvas{ inset: 0; z-index: -32; - opacity: 1; + opacity: .5; + filter: hue-rotate(13.12deg); }