From 29fe7c606a83d991c5ccb3834edff9838a6f83d6 Mon Sep 17 00:00:00 2001 From: yiqiu Date: Mon, 24 Nov 2025 00:55:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8F=91=E5=8D=81=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/common.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/common/common.css b/common/common.css index 5086fe9..1d1d18a 100644 --- a/common/common.css +++ b/common/common.css @@ -837,7 +837,7 @@ .aside-tools { position: fixed; top: 45%; - right: 0; + right: 20px; z-index: 3; transform: translateY(-50%); } @@ -848,8 +848,7 @@ backdrop-filter: blur(20px); box-shadow: 0 8px 32px rgba(15, 23, 42, 0.6); border: 1px solid rgba(148, 163, 184, 0.15); - border-right: none; - border-radius: 8px 0 0 8px; + border-radius: 8px; overflow: visible; }