From fc6091a702b7e00897fda2b92e6e9460b132d2ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=89=AF?= <841369634@qq.com> Date: Wed, 24 Apr 2024 11:46:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=AD=E5=A4=B4=E6=A0=B7=E5=BC=8F=E5=B0=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tampermonkey.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tampermonkey.js b/tampermonkey.js index 7b6442b..aaf9e78 100644 --- a/tampermonkey.js +++ b/tampermonkey.js @@ -126,16 +126,16 @@ width: 0; height: 0; position: absolute; - top: 10px; + top: 11px; left: 37px; cursor: pointer; - border-top: 8px solid transparent; - border-bottom: 8px solid transparent; + border-top: 7px solid transparent; + border-bottom: 7px solid transparent; border-left: 10px solid #665c5c; } .___ds-tampermonkey-hide___ .___ds-arrow___{ - border-top: 8px solid transparent; - border-bottom: 8px solid transparent; + border-top: 7px solid transparent; + border-bottom: 7px solid transparent; border-right: 10px solid #665c5c; border-left: 0; left: 0;