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
846 stars 38 forks source link

Settings Close Button Overlaps Scrollbar #159

Open nickcarnival opened 1 year ago

nickcarnival commented 1 year ago

Settings close button overlaps with scrollbar: Screen Shot 2022-09-07 at 11 27 59 AM

This issue stems from this line

Changing it from

.slides-close-btn,
.modal-close-button {
    right: var(--scale-2-5);

to

.slides-close-btn,
.modal-close-button {
    right: var(--scale-2-8);

results in this: Screen Shot 2022-09-07 at 11 38 06 AM

Which no longer overlaps the scrollbar. I am unaware of any adverse affects.

nickcarnival commented 1 year ago

There's no contributing guide, should I just fork and make a PR ?