obsidian
obsidian copied to clipboard
Hider Plugin Support: Titile bar
Primary Theme Version
v2.9.3
What Community Plugin do you want to get Supported?
Hider
Please add the link to the Community Plugin
obsidian://show-plugin?id=obsidian-hider
Do you have any specifics to share?
So if the title bar is hidden in the theme, the editor thing touches the edge of the window which do not look very good.
body:not(.is-phone) .workspace:not(.is-left-sidedock-open .is-right-sidedock-open) .mod-root.workspace-split.mod-vertical {
padding-top: var(--editor-pane-margin);
}
This code fixes the look for me, but still wanted to let it be known.
are you using windows by any chance?
Yes.