fix(ui): transparent problem

This commit is contained in:
무라쿠모 2024-07-25 20:17:58 +09:00
parent 5ddd7b1db0
commit 531aa6101a
No known key found for this signature in database
GPG key ID: 139D6573F92DA9F7
2 changed files with 8 additions and 8 deletions

View file

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

View file

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