fix(ui): transparent problem
This commit is contained in:
parent
bc9c1cf2d4
commit
03a84b1772
@ -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;
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user