- 扩展 .topic-post.clearfix.regular 选择器以包含 .post-list-item.user-stream-item - 保持相同的背景、圆角和阴影样式属性 - 确保用户流项目具有与主题帖子相同的视觉外观
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user