From 9ed5819326a7f3f36c4e86d2c64504087903abce Mon Sep 17 00:00:00 2001 From: cay Date: Sun, 29 Mar 2026 11:11:37 +0100 Subject: [PATCH] uiko --- public/css/launcher.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/public/css/launcher.css b/public/css/launcher.css index 22f6871..63bd7bc 100644 --- a/public/css/launcher.css +++ b/public/css/launcher.css @@ -33,9 +33,10 @@ body { position: absolute; top: 0; left: 0; - width: 100%; height: 100%; + transform: translateZ(0); + will-change: transform; } .area { @@ -48,12 +49,8 @@ body { .area:hover { fill: rgba(120, 200, 255, 0.18); - stroke: #6ec6ff; - stroke-width: 3; - - filter: drop-shadow(0 0 14px #6ec6ff); } #game-chat {