mirror of
https://github.com/laughmaker/Zen.git
synced 2026-07-22 04:00:31 +00:00
设置目录固定字体为arial hebrew
This commit is contained in:
parent
e00957dfd0
commit
8e22b09d29
1 changed files with 6 additions and 1 deletions
|
|
@ -390,6 +390,7 @@ body:not(.is-grabbing):not(.is-fullscreen).is-hidden-frameless .mod-top .workspa
|
|||
.workspace .mod-root .workspace-tab-header-inner-title,
|
||||
.tree-item-inner-text {
|
||||
font-size: calc(var(--window-font-size) * 1px) !important;
|
||||
font-family: 'number-font';
|
||||
}
|
||||
|
||||
/* 调整目录折叠按钮与标题对齐
|
||||
|
|
@ -459,7 +460,7 @@ body:not(.is-grabbing):not(.is-fullscreen).is-hidden-frameless .mod-top .workspa
|
|||
stroke: var(--nav-collapse-icon-color);
|
||||
fill: var(--nav-collapse-icon-color);
|
||||
stroke-width: 1px;
|
||||
margin-top: -1px;
|
||||
margin-top: -4px;
|
||||
}
|
||||
|
||||
/* 底部状态栏样式 */
|
||||
|
|
@ -2004,6 +2005,10 @@ body:not(.win-translucent-off):not(.mod-macos) .app-container::before {
|
|||
z-index: -1;
|
||||
}
|
||||
|
||||
.workspace-ribbon.mod-left:before {
|
||||
background-color: var(--background-secondary);
|
||||
}
|
||||
|
||||
body:not(.win-translucent-off):not(.mod-macos) .workspace-split.mod-vertical.mod-root {
|
||||
background: var(--win-editor-bg-color) !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue