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