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

Fix margin for sliding pane titles #76

Closed Signynt closed 2 years ago

Signynt commented 2 years ago

Screenshot 2022-02-17 at 10 05 45

There is a 3px margin on the left of the sliding panes headings that cause them to be shifted too far to the right, which can easily be fixed by setting that margin to 0px

body.plugin-sliding-panes-rotate-header .view-header .view-header-title {
    margin-left: 0px;
}
ceciliamay commented 2 years ago

Issue Fixed in v.1.2.2!! Please update your theme 🙌