From 5f37cedf10cd2b121bcc72b5f11a7461541726ed Mon Sep 17 00:00:00 2001 From: nanhaoluo <3075912108@qq.com> Date: Mon, 12 Jan 2026 18:53:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E6=B5=AE=E5=8A=A8?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 调整左右切换按钮尺寸为 32px,与其他按钮区分 - 容器使用 flex + align-items: center 确保所有按钮居中对齐 --- style.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index 2a348f2..7b24dc0 100644 --- a/style.css +++ b/style.css @@ -3224,12 +3224,13 @@ html.is-home.banner-as-cover #float_action_buttons.hidden { overflow: hidden !important; } -/* 左右切换按钮 - 始终显示 */ +/* 左右切换按钮 - 始终显示,尺寸较小 */ #fabtn_toggle_sides { - width: 36px; - height: 36px; - opacity: 0.7; - font-size: 12px; + width: 32px; + height: 32px; + opacity: 0.6; + font-size: 11px; + margin-top: 6px; } #fabtn_toggle_sides:hover {