mirror of
https://github.com/laughmaker/Zen.git
synced 2026-07-22 04:00:31 +00:00
调整左侧目录左边距
This commit is contained in:
parent
1a290337ce
commit
c39c8d2ba7
2 changed files with 7 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||

|
||||
|
||||
Zen 是一个专注于写作而优化的 Obsidian 主题,支持桌面端和手机。去除了影响写作和阅读的冗余元素,具有简洁现代化的风格。同时针对中文用户做了专门的优化。
|
||||
Zen 是一个专注于写作而优化的 Obsidian 主题,支持桌面端和手机端。去除了影响写作和阅读的冗余元素,具有简洁现代化的风格。同时针对中文用户做了专门的优化。
|
||||
|
||||
|
||||
**为了确保序号和引导线对齐,以及有更好的中文体验,请安装附件里的字体**:`LXGWWenKaiMono-Regular.ttf`
|
||||

|
||||
|
|
|
|||
|
|
@ -250,6 +250,11 @@ body:not(.is-grabbing):not(.is-fullscreen).is-hidden-frameless .mod-top .workspa
|
|||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
/* 左侧目录去除左边的空白 */
|
||||
.nav-files-container {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
/* 调整目录折叠按钮与标题对齐 */
|
||||
.fn-whitespace-stop-collapsing .nav-files-container .collapse-icon {
|
||||
/* margin-top: -4px; */
|
||||
|
|
|
|||
Loading…
Reference in a new issue