fix(ui): transparent problem

This commit is contained in:
オスカー、 2024-07-25 20:17:58 +09:00
parent 5ddd7b1db0
commit 531aa6101a
Signed by: SWREI
GPG Key ID: 139D6573F92DA9F7
2 changed files with 8 additions and 8 deletions

View File

@ -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);

View File

@ -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 {