From 9786d76fc07926b3bf611d4ddf8655fbed11d303 Mon Sep 17 00:00:00 2001 From: hezhendong Date: Thu, 24 Apr 2025 21:01:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4ios=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=8F=B3=E8=BE=B9=E8=BF=87=E8=BF=91=E7=9A=84?= =?UTF-8?q?=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.css b/theme.css index 985ba10..931e6ff 100644 --- a/theme.css +++ b/theme.css @@ -378,7 +378,7 @@ body.is-mobile { .is-mobile.theme-dark { --interactive-normal:rgba(18, 18, 18, 0.6); - /* --background-modifier-cover: rgba(45, 45, 45, 0.8); */ + --indentation-guide-color: rgba(245, 245, 245, 0.1); --card-border-color: rgba(100, 100, 100, 0.05); } @@ -1973,7 +1973,7 @@ body:not(.is-mobile):not(.composer--DisableNavHeaderAutoHide) .mod-sidedock .wor } .view-content > .markdown-source-view.mod-cm6 > .cm-editor > .cm-scroller { - padding-right: var(--size-4-2); + padding-right: var(--size-4-3); } .workspace-split.mod-root {