From e00957dfd0706028f2014b050e3c60907415916a Mon Sep 17 00:00:00 2001 From: hezhendong Date: Wed, 5 Mar 2025 08:09:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=9C=86=E8=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme.css b/theme.css index 466588a..20c3bea 100644 --- a/theme.css +++ b/theme.css @@ -826,6 +826,10 @@ body.is-mobile .setting-hotkey { border-radius: var(--radius-xl); } +body:not(.is-phone) .workspace-leaf.mod-active .tree-item-self.has-focus { + border-radius: var(--radius-l); +} + /* * --------------------------------编辑模式页面样式调整------------------------------------ */