- 为 .search-header 添加与 .topic-post 和 .post-list-item 相同的背景、圆角和阴影样式 - 统一搜索头部与其他帖子项目的视觉外观 - 保持一致的设计风格和用户体验
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user