From e3d7435085e5ae6a94d7cca71c1624a7300ce2cb Mon Sep 17 00:00:00 2001 From: nanhaoluo <3075912108@qq.com> Date: Mon, 12 Jan 2026 14:44:04 +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=E6=B0=B4=E5=B9=B3=E6=8E=92=E5=88=97=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为 #float_action_buttons 添加 flex-direction: column - 确保按钮垂直排列在右下角 --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style.css b/style.css index aa13be8..93e5bfd 100644 --- a/style.css +++ b/style.css @@ -3087,6 +3087,12 @@ 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; }