- 为 .admin-detail 添加背景颜色重置规则 - 将 .admin-detail 替换为 .admin-plugin-config-page__content 以改进插件配置页面样式 - 确保主题背景和边框半径在整个管理界面中保持一致
This commit is contained in:
+2
-2
@@ -40,7 +40,7 @@
|
||||
box-shadow: #00000094 0 0 11px 0;
|
||||
}
|
||||
|
||||
#list-area, .topic-list-header{
|
||||
#list-area, .topic-list-header, .admin-detail{
|
||||
background-color: unset !important;
|
||||
}
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
padding: 24px;
|
||||
}
|
||||
|
||||
.topic-post.clearfix.regular, .post-list-item.user-stream-item, .search-header, .admin-detail {
|
||||
.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;
|
||||
|
||||
Reference in New Issue
Block a user