fix(ui): transparent problem

This commit is contained in:
무라쿠모 2024-07-25 21:59:00 +09:00
parent bc9c1cf2d4
commit 03a84b1772
No known key found for this signature in database
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; contain: strict;
box-sizing: border-box; box-sizing: border-box;
display: flex; display: flex;
background: var(--wallpaperOverlay);
} }
.sidebar { .sidebar {
@ -333,7 +334,7 @@ $widgets-hide-threshold: 1090px;
overflow: auto; overflow: auto;
overflow-y: scroll; overflow-y: scroll;
overscroll-behavior: contain; overscroll-behavior: contain;
background: var(--bg); // background: var(--bg);
} }
.widgets { .widgets {
@ -343,7 +344,7 @@ $widgets-hide-threshold: 1090px;
overflow: auto; overflow: auto;
padding: var(--margin) var(--margin) calc(var(--margin) + env(safe-area-inset-bottom, 0px)); padding: var(--margin) var(--margin) calc(var(--margin) + env(safe-area-inset-bottom, 0px));
border-left: solid 0.5px var(--divider); border-left: solid 0.5px var(--divider);
background: var(--bg); // background: var(--bg);
@media (max-width: $widgets-hide-threshold) { @media (max-width: $widgets-hide-threshold) {
display: none; display: none;

View file

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