Compare commits

..

2 Commits

Author SHA1 Message Date
shiran 1fb6a7b5a1 Merge remote-tracking branch 'origin/main'
Discourse Theme / ci (push) Failing after 0s
2026-02-21 09:59:32 +08:00
shiran d87e9a30d5 style(scss): 添加主出口包装器的z-index样式
- 在self.scss中添加#main-outlet-wrapper的z-index: 0样式
- 保持其他样式定义不变
2026-02-21 09:59:21 +08:00
+4
View File
@@ -57,6 +57,10 @@
background-color: transparent;
}
#main-outlet-wrapper{
z-index: 0;
}
.regular.ember-view{
background-color: rgb(var(--secondary-rgb) / 0.58);
border-radius: var(--d-border-radius);