- 为.edit-category类添加白色半透明背景 - 应用相同的边框圆角和背景模糊效果 - 确保新组件与其他页面元素保持一致的视觉风格
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@
|
||||
border-radius: var(--d-border-radius);
|
||||
}
|
||||
|
||||
.regular.ember-view, .user-main, .reviewable, .admin-content, .contents.clearfix.body-page, .search-container, .show-badge, .users-directory{
|
||||
.regular.ember-view, .user-main, .reviewable, .admin-content, .contents.clearfix.body-page, .search-container, .show-badge, .users-directory, .edit-category {
|
||||
background-color: #ffffffa8 !important;
|
||||
border-radius: var(--d-border-radius);
|
||||
backdrop-filter: blur(32px);
|
||||
|
||||
Reference in New Issue
Block a user