style(css): 更新样式类选择器以包含容器元素
Discourse Theme / ci (push) Failing after 0s

- 将 .container 类添加到 .regular.ember-view 选择器中
- 保持相同的背景颜色、边框半径和背景模糊效果
- 确保容器元素具有与现有视图组件相同的视觉样式
This commit is contained in:
2026-02-21 10:13:39 +08:00
parent c472e537a3
commit ba0a46820a
+1 -1
View File
@@ -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);