colineckert / obsidian-things

An Obsidian theme inspired by the beautifully-designed app, Things.
MIT License
707 stars 60 forks source link

Collapsable list checkboxes now align #128

Closed steveperrycreative closed 1 year ago

steveperrycreative commented 1 year ago

When creating checkboxes as part of a collapsable list, they didn't align correctly.

Before

after

After

after
colineckert commented 1 year ago

Hey @steveperrycreative thanks for creating this PR! I was unable to repro the issue locally, and after testing your fix, the only impact is that it moves the toggle too far to the left imo. Here's the before and after:

Before

Screen Shot 2023-04-29 at 3 29 10 PM

After

Screen Shot 2023-04-29 at 3 29 39 PM

Do you have any custom checkbox css that may be causing this misalignment for you?

steveperrycreative commented 1 year ago

Hey @colineckert, thanks for testing it and responding. I don't have any other styles enabled other than this one, and disabling all community plugins that relate to styles doesn't seem to make any difference – so that's an odd one for sure! Not sure what else to try but happy to keep this as a local style and cancel the PR if it's causing issues (and isn't an issue for other users).