callumhackett / obsidian_polka_theme

A spotty theme (light and dark) for Obsidian
MIT License
12 stars 1 forks source link

Jumpy ordered list items in Callouts #9

Closed FeralFlora closed 1 year ago

FeralFlora commented 1 year ago

When editing a list item, the list item jumps to the left upon adding a space to start typing. List items with and without text do not remain aligned. See the gif of the behavior:

Obsidian_jumpy_list

callumhackett commented 1 year ago

A quick fix for this is available in v1.3.6. For now, I've had to sacrifice the wider-than-default padding that Polka added to blockquotes, as there is a complex underlying issue here around how Obsidian recognizes and renders lists. If I can return the wider padding in a future version, I will, but the current compromise is more functional.

FeralFlora commented 1 year ago

Thanks for the quick fix, you're right, it's more functional now. Hopefully the wider padding will be possible later, but this is also fine for me now as is.