From ca3b3eaeb1be1877bc18ceb7431104e325a7813e Mon Sep 17 00:00:00 2001 From: nanhaoluo <3075912108@qq.com> Date: Mon, 12 Jan 2026 14:50:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=B5=AE=E5=8A=A8?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E5=B8=83=E5=B1=80=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除 #float_action_buttons 的 flex 布局(恢复原始状态) - 为 .fabtn 的 display: block 添加 !important 确保覆盖 btn-icon 样式 --- style.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/style.css b/style.css index 93e5bfd..6549afa 100644 --- a/style.css +++ b/style.css @@ -3087,12 +3087,6 @@ html.darkmode .wp-block-calendar tbody td { z-index: 1000; transition: all var(--animation-normal) var(--ease-standard); - - display: flex; - - flex-direction: column; - - align-items: center; } @@ -3142,7 +3136,7 @@ html.is-home.banner-as-cover #float_action_buttons.hidden { overflow: visible; - display: block; + display: block !important; margin-top: 8px;