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%); }