From 2efa5bf253d9296017e9b5f83ec468a204898c77 Mon Sep 17 00:00:00 2001 From: anghunk Date: Fri, 30 Jan 2026 14:36:29 +0800 Subject: [PATCH] =?UTF-8?q?fix(css):=20=E4=BF=AE=E5=A4=8D=20widget=20?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=B8=AD=E7=9A=84=E5=AD=97=E4=BD=93=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 main.css 文件中为特定元素添加了 font-size: 14px 样式,确保字体大小符合设计规范。 --- docs/widget/src/styles/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/widget/src/styles/main.css b/docs/widget/src/styles/main.css index 5777b18..91edc01 100644 --- a/docs/widget/src/styles/main.css +++ b/docs/widget/src/styles/main.css @@ -408,10 +408,12 @@ } .cwd-reply-to-separator { + font-size: 14px; margin: 0 4px; } .cwd-reply-to-author { + font-size: 14px; font-style: italic; color: var(--cwd-text-secondary, #6e7781); }