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
This plugin is great!. but I noticed there's a lot of padding at the top of the text in the title part of the file. Is there a way to reduce it?
The text was updated successfully, but these errors were encountered:
For reference
Sorry, something went wrong.
You can add the following code snippet in .obsidian\snippets . It could solve article header shrinkage following title.
.obsidian\snippets
/* 解决文章页眉跟随标题收缩 */ .workspace-leaf-content[data-type=markdown] .view-header-title-container { width: 700px; margin-top: auto; height: auto; padding: 0; text-align: center; }
You can add the following code snippet in .obsidian\snippets . It could solve article header shrinkage following title. /* 解决文章页眉跟随标题收缩 */ .workspace-leaf-content[data-type=markdown] .view-header-title-container { width: 700px; margin-top: auto; height: auto; padding: 0; text-align: center; }
Don't forget to enable this code in Obsidian's settings.
No branches or pull requests
This plugin is great!. but I noticed there's a lot of padding at the top of the text in the title part of the file.
Is there a way to reduce it?
The text was updated successfully, but these errors were encountered: