From 973169e02a11fadb67cc2db35feaed005f2ce75e Mon Sep 17 00:00:00 2001 From: hezhendong Date: Sat, 19 Apr 2025 21:11:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=9D=9E=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E4=B8=8D=E5=AF=B9=E9=BD=90=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/theme.css b/theme.css index 9db151a..b2697f0 100644 --- a/theme.css +++ b/theme.css @@ -264,6 +264,10 @@ body.is-mobile { --safe-area-inset-bottom: env(safe-area-inset-bottom); } +.is-mobile.theme-dark { + /* --background-modifier-cover: rgba(50, 46, 46, 0.281); */ +} + .theme-dark { --base-d: 0%; /* 顶部导航栏背景色 */ @@ -547,8 +551,8 @@ body.is-mobile .nav-file-title { * 受 foldernote影响,需要做调整,否则对不齐 */ -.fn-whitespace-stop-collapsing .collapse-icon { - /* padding-top: 0 !important; */ +.tree-item:not(.nav-folder) .collapse-icon { + padding-top: 0 !important; } .fn-whitespace-stop-collapsing .nav-files-container .collapse-icon {