style(css): 更新CSS选择器样式
Discourse Theme / ci (push) Failing after 1s

- 将.admin-plugin-config-page__content选择器替换为.admin-detail
- 保持相同的背景色、圆角和阴影样式定义
This commit is contained in:
2026-02-24 09:13:39 +08:00
parent f876f44c84
commit d11c87a060
+1 -1
View File
@@ -56,7 +56,7 @@
padding: 24px;
}
.topic-post.clearfix.regular, .post-list-item.user-stream-item, .search-header, .admin-plugin-config-page__content {
.topic-post.clearfix.regular, .post-list-item.user-stream-item, .search-header, .admin-detail {
background: var(--d-chat-input-bg-color);
border-radius: var(--d-border-radius);
box-shadow: #00000024 0 0 7px 2px;