From fc8a655d61e1a52876a860fc510c74cd1171b978 Mon Sep 17 00:00:00 2001 From: hezhendong Date: Thu, 12 Jun 2025 18:47:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dwin=20=E7=89=88=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E5=8F=B3=E4=BE=A7=E8=BE=B9=E6=A0=8F=E7=9A=84=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme.css | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/theme.css b/theme.css index ea90e1b..4bb4c8d 100644 --- a/theme.css +++ b/theme.css @@ -2826,10 +2826,20 @@ body:not(.is-translucent) .workspace-split { background-color: var(--background-primary) !important; } -body:not(.mod-macos):not(.is-mobile) .sidebar-toggle-button.mod-right { - position: absolute; - right: 0; - margin-right: 20px; +body:not(.is-mobile) .mod-root .workspace-tab-header-container-inner { + --tab-max-width: 240px; + display: flex; + align-items: center; + justify-content: center; + width: 100%; +} + +.workspace .mod-root .workspace-tab-header-inner::after { + display: none; +} + +.mod-root .workspace-tab-header-inner { + /* width: fit-content; */ } /* 设置页玻璃效果 */