From 65c9ca3db4478bc8ccbd898debbd1e4b239f56a6 Mon Sep 17 00:00:00 2001 From: nanhaoluo <3075912108@qq.com> Date: Mon, 12 Jan 2026 19:03:10 +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=9C=86=E8=A7=92=E8=A2=AB=20M3=20=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E8=A6=86=E7=9B=96=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - M3 浮动按钮样式改用 var(--card-radius) 替代 var(--m3-shape-lg) --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index c03d3f6..b8e54e6 100644 --- a/style.css +++ b/style.css @@ -14050,7 +14050,7 @@ article.post.card:hover { /* M3 浮动按钮 */ .float-action-buttons .fabtn { - border-radius: var(--m3-shape-lg) !important; + border-radius: var(--card-radius) !important; box-shadow: var(--m3-elevation-2) !important; transition: all var(--m3-motion-duration-short) var(--m3-motion-standard); }