- 为.show-badge类添加背景色和圆角样式 - 统一应用半透明白色背景和模糊效果 - 保持与其他容器元素一致的视觉风格 - 确保新类名在主题系统中的兼容性
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{
|
||||
.regular.ember-view, .user-main, .reviewable, .admin-content, .contents.clearfix.body-page, .search-container, .show-badge{
|
||||
background-color: #ffffffa8 !important;
|
||||
border-radius: var(--d-border-radius);
|
||||
backdrop-filter: blur(32px);
|
||||
|
||||
Reference in New Issue
Block a user