style(scss): 更新样式表以支持管理员插件配置页面内容区域
Discourse Theme / ci (push) Failing after 0s

- 为 .admin-plugin-config-page__content 类添加背景、边框半径和阴影样式
- 统一管理插件配置页面内容区域的视觉外观
- 保持与其他内容区域样式的一致性
This commit is contained in:
2026-02-24 09:11:48 +08:00
parent b1d9fdd058
commit f876f44c84
+1 -1
View File
@@ -56,7 +56,7 @@
padding: 24px;
}
.topic-post.clearfix.regular, .post-list-item.user-stream-item, .search-header {
.topic-post.clearfix.regular, .post-list-item.user-stream-item, .search-header, .admin-plugin-config-page__content {
background: var(--d-chat-input-bg-color);
border-radius: var(--d-border-radius);
box-shadow: #00000024 0 0 7px 2px;