style(css): 更新样式文件中的选择器定义
Discourse Theme / ci (push) Failing after 1s

- 为 .search-header 添加与 .topic-post 和 .post-list-item 相同的背景、圆角和阴影样式
- 统一搜索头部与其他帖子项目的视觉外观
- 保持一致的设计风格和用户体验
This commit is contained in:
2026-02-24 09:05:18 +08:00
parent cddf2f9f84
commit b1d9fdd058
+1 -1
View File
@@ -56,7 +56,7 @@
padding: 24px;
}
.topic-post.clearfix.regular, .post-list-item.user-stream-item {
.topic-post.clearfix.regular, .post-list-item.user-stream-item, .search-header {
background: var(--d-chat-input-bg-color);
border-radius: var(--d-border-radius);
box-shadow: #00000024 0 0 7px 2px;