style(css): 更新主题帖子样式选择器
Discourse Theme / ci (push) Failing after 0s

- 扩展 .topic-post.clearfix.regular 选择器以包含 .post-list-item.user-stream-item
- 保持相同的背景、圆角和阴影样式属性
- 确保用户流项目具有与主题帖子相同的视觉外观
This commit is contained in:
2026-02-23 09:09:23 +08:00
parent a8f730a1f6
commit 1d94f2ed88
+1 -1
View File
@@ -56,7 +56,7 @@
padding: 24px;
}
.topic-post.clearfix.regular {
.topic-post.clearfix.regular, .post-list-item.user-stream-item {
background: var(--d-chat-input-bg-color);
border-radius: var(--d-border-radius);
box-shadow: #00000024 0 0 7px 2px;