From e55e5987b5c86907d07352066fac91e343509148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Tue, 13 May 2025 22:22:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E8=AE=A2=E5=92=8C=E8=9E=8D=E5=90=88?= =?UTF-8?q?=20=E5=9B=BE=E9=89=B4=E6=A8=A1=E5=BC=8F=E5=92=8C=E4=BE=A7?= =?UTF-8?q?=E6=A0=8F=E6=A8=A1=E5=BC=8F=E7=9A=84=E4=B8=80=E4=BA=9B=E7=BB=86?= =?UTF-8?q?=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/style.css b/style.css index 656435ed..78f16b16 100644 --- a/style.css +++ b/style.css @@ -362,7 +362,7 @@ label[for="siwtch-code-mode"]::after { word-break: keep-all; white-space:nowrap; } -.guide-mod .control-box>div.status +body:where(.guide-mod,.side-mode) .control-box>div.status { display: block; } @@ -518,14 +518,9 @@ body.block-width-7 .formation-box{ body.side-mode>.edit-box { position: inherit; grid-column: 2; - background-color: rgb(102, 73, 50); - backdrop-filter: unset; - } - body.side-mode>.edit-box::backdrop{ - filter: unset; } body.side-mode #rich-text-tools { - z-index: 1; + z-index: 6; } } @@ -1719,11 +1714,11 @@ body:not(.solo) .awoken-icon[data-awoken-icon="64"]::after .edit-box::backdrop{ filter: blur(5px); } -.guide-mod .edit-box{ +body:where(.guide-mod,.side-mode) .edit-box{ background-color: rgb(102, 73, 50); backdrop-filter: unset; } -.guide-mod .edit-box::backdrop{ +body:where(.guide-mod,.side-mode) .edit-box::backdrop{ filter: unset; } .edit-box-title{ @@ -2607,13 +2602,14 @@ input[disabled]+.awoken-icon:active, grid-column: 5 / 6; } /*图鉴模式使用粘性定位*/ -.guide-mod .sticky-box { +body:where(.guide-mod,.side-mode) .sticky-box{ position: sticky; top: 0; z-index: 2; } /*图鉴模式默认高度为30%设备高度,可修改大小*/ -.search-mon-list{ +.search-mon-list +{ overflow: auto; height: 30vh; resize: vertical;