mirror of
https://github.com/laughmaker/Zen.git
synced 2026-07-22 04:00:31 +00:00
bug fix: vault profile
This commit is contained in:
parent
af9a32e73c
commit
268d7ec46b
1 changed files with 2 additions and 2 deletions
|
|
@ -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%;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue