fix(css): 修复 widget 样式中的字体大小设置
- 在 main.css 文件中为特定元素添加了 font-size: 14px 样式,确保字体大小符合设计规范。
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user