From 1d94f2ed88052f3d7491eac840212a82c44a042b Mon Sep 17 00:00:00 2001 From: shiran <2488252513@qq.com> Date: Mon, 23 Feb 2026 09:09:23 +0800 Subject: [PATCH] =?UTF-8?q?style(css):=20=E6=9B=B4=E6=96=B0=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E5=B8=96=E5=AD=90=E6=A0=B7=E5=BC=8F=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 扩展 .topic-post.clearfix.regular 选择器以包含 .post-list-item.user-stream-item - 保持相同的背景、圆角和阴影样式属性 - 确保用户流项目具有与主题帖子相同的视觉外观 --- scss/self.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/self.scss b/scss/self.scss index 9b1d104..284f15b 100644 --- a/scss/self.scss +++ b/scss/self.scss @@ -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;