fix(css): 修复 widget 样式中的字体大小设置

- 在 main.css 文件中为特定元素添加了 font-size: 14px 样式,确保字体大小符合设计规范。
This commit is contained in:
anghunk
2026-01-30 14:36:29 +08:00
parent 158350da6c
commit 2efa5bf253

View File

@@ -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);
}