From 55c4705dba353ac6f92b4541914b80c99cafec13 Mon Sep 17 00:00:00 2001 From: QLHazyCoder <2825305047@qq.com> Date: Mon, 11 May 2026 16:56:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E4=B8=8D=E5=BF=85?= =?UTF-8?q?=E8=A6=81=E7=9A=84=E4=BB=A3=E7=90=86=E4=BF=83=E9=94=80=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sidepanel/sidepanel.css | 67 ---------------------------------------- sidepanel/sidepanel.html | 11 ------- sidepanel/sidepanel.js | 3 -- 3 files changed, 81 deletions(-) diff --git a/sidepanel/sidepanel.css b/sidepanel/sidepanel.css index b677d63..da927e6 100644 --- a/sidepanel/sidepanel.css +++ b/sidepanel/sidepanel.css @@ -841,73 +841,6 @@ header { padding-top: 0; } -.ip-proxy-promo-row { - min-height: 26px; -} - -.ip-proxy-promo { - position: relative; - flex: 1; - min-width: 0; - height: 26px; - padding: 0 9px; - display: flex; - align-items: center; - overflow: hidden; - border: 1px solid color-mix(in srgb, var(--amber) 22%, var(--border)); - border-radius: var(--radius-sm); - background: color-mix(in srgb, var(--amber-soft) 44%, var(--bg-base)); - color: color-mix(in srgb, var(--amber) 82%, var(--text-secondary)); -} - -.ip-proxy-promo-track { - min-width: 100%; - display: inline-flex; - align-items: center; - white-space: nowrap; - font-size: 12px; - font-weight: 650; - line-height: 1; - letter-spacing: 0; -} - -.ip-proxy-promo-item { - display: inline-block; - padding-right: 32px; -} - -.ip-proxy-promo-copy { - display: none; -} - -.ip-proxy-promo.is-overflowing .ip-proxy-promo-track { - min-width: auto; - animation: ip-proxy-promo-marquee 18s linear infinite; - will-change: transform; -} - -.ip-proxy-promo.is-overflowing .ip-proxy-promo-copy { - display: inline-block; -} - -.ip-proxy-promo:hover .ip-proxy-promo-track { - animation-play-state: paused; -} - -@keyframes ip-proxy-promo-marquee { - from { transform: translateX(0); } - to { transform: translateX(-50%); } -} - -@media (prefers-reduced-motion: reduce) { - .ip-proxy-promo.is-overflowing .ip-proxy-promo-track { - animation: none; - } - - .ip-proxy-promo.is-overflowing .ip-proxy-promo-copy { - display: none; - } -} .phone-verification-card { margin-top: 10px; diff --git a/sidepanel/sidepanel.html b/sidepanel/sidepanel.html index 9c718c9..f26087c 100644 --- a/sidepanel/sidepanel.html +++ b/sidepanel/sidepanel.html @@ -1100,17 +1100,6 @@