From 130efeee8337fe6e51e1b962c13da41299a7c473 Mon Sep 17 00:00:00 2001 From: rouggy Date: Thu, 15 Jan 2026 20:30:38 +0100 Subject: [PATCH] up --- web/src/components/PowerGenius.svelte | 11 ----------- web/src/components/TunerGenius.svelte | 11 ----------- 2 files changed, 22 deletions(-) diff --git a/web/src/components/PowerGenius.svelte b/web/src/components/PowerGenius.svelte index 6f3f80c..b0a25f0 100644 --- a/web/src/components/PowerGenius.svelte +++ b/web/src/components/PowerGenius.svelte @@ -73,7 +73,6 @@
-
@@ -282,16 +281,6 @@ transition: width 0.3s ease; } - .power-bar-glow { - position: absolute; - top: 0; - right: 0; - width: 20px; - height: 100%; - background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5)); - animation: shimmer 2s infinite; - } - @keyframes shimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } diff --git a/web/src/components/TunerGenius.svelte b/web/src/components/TunerGenius.svelte index 5dbf8d8..558ee24 100644 --- a/web/src/components/TunerGenius.svelte +++ b/web/src/components/TunerGenius.svelte @@ -67,7 +67,6 @@
-
@@ -265,16 +264,6 @@ transition: width 0.3s ease; } - .power-bar-glow { - position: absolute; - top: 0; - right: 0; - width: 20px; - height: 100%; - background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5)); - animation: shimmer 2s infinite; - } - @keyframes shimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); }