fix(ui): transparent problem

This commit is contained in:
オスカー、 2024-07-25 21:59:00 +09:00
parent bc9c1cf2d4
commit 03a84b1772
Signed by: SWREI
GPG Key ID: 139D6573F92DA9F7
2 changed files with 4 additions and 3 deletions

View File

@ -320,6 +320,7 @@ $widgets-hide-threshold: 1090px;
contain: strict;
box-sizing: border-box;
display: flex;
background: var(--wallpaperOverlay);
}
.sidebar {
@ -333,7 +334,7 @@ $widgets-hide-threshold: 1090px;
overflow: auto;
overflow-y: scroll;
overscroll-behavior: contain;
background: var(--bg);
// background: var(--bg);
}
.widgets {
@ -343,7 +344,7 @@ $widgets-hide-threshold: 1090px;
overflow: auto;
padding: var(--margin) var(--margin) calc(var(--margin) + env(safe-area-inset-bottom, 0px));
border-left: solid 0.5px var(--divider);
background: var(--bg);
// background: var(--bg);
@media (max-width: $widgets-hide-threshold) {
display: none;

View File

@ -14,7 +14,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</div>
</div>
<div class="main">
<div class="main" style="background: var(--wallpaperOverlay)">
<!--
<div v-if="!isRoot" class="header">
<div v-if="narrow === false" class="wide">