From 268d7ec46b911cd1f2a1bca44162b13451318bb7 Mon Sep 17 00:00:00 2001 From: hezhendong Date: Sat, 29 Mar 2025 22:52:42 +0800 Subject: [PATCH] bug fix: vault profile --- theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.css b/theme.css index 7d36378..4366eb3 100644 --- a/theme.css +++ b/theme.css @@ -2295,12 +2295,12 @@ body:not(.is-mobile) .vertical-tab-header-group-items { /* 将底部的设置按钮调整为左侧 */ body:not(.is-mobile):not(.close-left-vault-profile) .workspace-split.mod-left-split .workspace-sidedock-vault-profile{ - width: fit-content !important; + width: var(--ribbon-width) !important; display: flex; flex-direction: column; gap: 6px; position: absolute; - left: -37px; + left: -44px; bottom: 1%; }