From 02d7c13bab01e291f90ea4de9ba4e82e05e41abf Mon Sep 17 00:00:00 2001 From: hezhendong Date: Tue, 4 Mar 2025 22:42:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=AE=BE=E7=BD=AE=E9=A1=B5?= =?UTF-8?q?=E6=A0=B7=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/theme.css b/theme.css index ae9d397..bee0a80 100644 --- a/theme.css +++ b/theme.css @@ -813,7 +813,14 @@ h6 .heading-collapse-indicator.collapse-indicator svg.svg-icon, color: var(--h6-color); } +.horizontal-tab-nav-item, .vertical-tab-nav-item { + border-radius: var(--radius-l); +} +.setting-hotkey { + border-radius: var(--radius-l); + padding: 4px 4px 4px 8px; +} /* * --------------------------------编辑模式页面样式调整------------------------------------ */