mirror of
https://github.com/laughmaker/Zen.git
synced 2026-07-22 04:00:31 +00:00
update window font
This commit is contained in:
parent
6c9539ce3f
commit
2dbc7d2c4b
1 changed files with 11 additions and 15 deletions
26
theme.css
26
theme.css
|
|
@ -57,11 +57,7 @@ body {
|
|||
--list-bullet-end-padding: 1.4rem;
|
||||
--file-line-width: 800px;
|
||||
--nav-item-children-padding-start: 1px;
|
||||
}
|
||||
|
||||
body.is-mobile {
|
||||
/* --safe-area-inset-top: 35px !important; */
|
||||
|
||||
--window-font-size: 14px;
|
||||
}
|
||||
|
||||
.theme-dark {
|
||||
|
|
@ -297,16 +293,16 @@ body:not(.is-grabbing):not(.is-fullscreen).is-hidden-frameless .mod-top .workspa
|
|||
margin-left: -14px;
|
||||
}
|
||||
|
||||
/* 调整目录字体 */
|
||||
.nav-folder-title {
|
||||
/* font-size: 0.94em; */
|
||||
/* font-size: 16; */
|
||||
}
|
||||
|
||||
/* 左侧目标标题文字字体 */
|
||||
.nav-file-title-content {
|
||||
/* font-size: 1.1em; */
|
||||
/* font-size: 16; */
|
||||
/* 调整目录字体
|
||||
* 左侧目标标题文字字体
|
||||
*/
|
||||
.nav-folder-title,
|
||||
.nav-file-title-content,
|
||||
.tree-item-inner,
|
||||
.tree-item-inner.nav-file-title-content,
|
||||
.workspace .mod-root .workspace-tab-header-inner-title,
|
||||
.tree-item-inner-text {
|
||||
font-size: var(--window-font-size);
|
||||
}
|
||||
|
||||
/* 调整目录折叠按钮与标题对齐
|
||||
|
|
|
|||
Loading…
Reference in a new issue