We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
未启用插件时,含有内嵌文档的笔记在阅读视图下的显示如下: 启用插件后,内嵌文档左侧边距异常
我尝试在style.css中,修改第652行代码,将.markdown-preview-view去掉,并将padding-left的值改为2rem后显示正常了(仅针对大纲在左侧的情况,其他情况没进行修改),修改后样式代码如下:
style.css
.markdown-preview-view
padding-left
.workspace-leaf-content .floating-toc-div:is(.floating-left,.floating-both)~.markdown-reading-view { padding-left: 2rem; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
未启用插件时,含有内嵌文档的笔记在阅读视图下的显示如下:
启用插件后,内嵌文档左侧边距异常
我尝试在
style.css
中,修改第652行代码,将.markdown-preview-view
去掉,并将padding-left
的值改为2rem后显示正常了(仅针对大纲在左侧的情况,其他情况没进行修改),修改后样式代码如下:The text was updated successfully, but these errors were encountered: