style(css): 更新SCSS样式以添加新组件背景样式
Discourse Theme / ci (push) Failing after 0s

- 为 .ember-view.group-box 添加背景、圆角和阴影样式
- 统一主题帖子、搜索头部、管理员插件配置页面背景样式
- 应用变量 --d-chat-input-bg-color 和 --d-border-radius
- 添加黑色半透明阴影效果 box-shadow: #00000024 0 0 7px 2px
This commit is contained in:
2026-02-26 14:47:44 +08:00
parent d5f84bc7fc
commit 2f7bd50a36
+2 -1
View File
@@ -61,7 +61,8 @@
.topic-post.clearfix.regular, .post-list-item.user-stream-item,
.search-header, .admin-plugin-config-page__content,
.user-main .about.collapsed-info .details{
.user-main .about.collapsed-info .details,
.ember-view.group-box{
background: var(--d-chat-input-bg-color);
border-radius: var(--d-border-radius);
box-shadow: #00000024 0 0 7px 2px;