- 将 .container 类添加到 .regular.ember-view 选择器中 - 保持相同的背景颜色、边框半径和背景模糊效果 - 确保容器元素具有与现有视图组件相同的视觉样式
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@
|
||||
background-color: unset !important;
|
||||
}
|
||||
|
||||
.regular.ember-view{
|
||||
.regular.ember-view, .container{
|
||||
background-color: #ffffffa8 !important;
|
||||
border-radius: var(--d-border-radius);
|
||||
backdrop-filter: blur(16px);
|
||||
|
||||
Reference in New Issue
Block a user