primary-theme / obsidian

Comfy, playful but productive theme for Obsidian. "Primary instantly puts you in a relaxed state that opens the door to creativity and exploration. Wonderfully executed down to the smallest details,"
GNU General Public License v3.0
981 stars 41 forks source link

Hider Plugin Support: Titile bar #246

Open ExpertElite opened 5 days ago

ExpertElite commented 5 days ago

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.