fix(ui): transparent problem
This commit is contained in:
parent
5ddd7b1db0
commit
531aa6101a
@ -54,15 +54,15 @@ defineExpose({
|
||||
|
||||
<style lang="scss" module>
|
||||
.root {
|
||||
&.noGap {
|
||||
> .notes {
|
||||
background: var(--panel);
|
||||
}
|
||||
}
|
||||
// &.noGap {
|
||||
// > .notes {
|
||||
// background: var(--panel);
|
||||
// }
|
||||
// }
|
||||
|
||||
&:not(.noGap) {
|
||||
> .notes {
|
||||
background: var(--bg);
|
||||
// background: var(--bg);
|
||||
|
||||
.note {
|
||||
background: var(--panel);
|
||||
|
@ -199,8 +199,8 @@ function more(ev: MouseEvent) {
|
||||
bottom: 0;
|
||||
padding-top: 20px;
|
||||
// background: var(--X14);
|
||||
-webkit-backdrop-filter: var(--blur, blur(8px));
|
||||
backdrop-filter: var(--blur, blur(8px));
|
||||
// -webkit-backdrop-filter: var(--blur, blur(8px));
|
||||
// backdrop-filter: var(--blur, blur(8px));
|
||||
}
|
||||
|
||||
.post {
|
||||
|
Loading…
Reference in New Issue
Block a user