Summary
When using the Obsidianotion theme with the Tasks plugin, nested tasks rendered with show tree are misaligned.
On wide windows, child tasks are pushed too far to the right and there is extra spacing between the parent task and the first child task.
Steps to reproduce
- Enable Obsidianotion.
- Enable the Tasks plugin.
- Create nested tasks.
- Use a Tasks query with
show tree.
- Make the window wide.
Example of the code:
'''tasks
not done
show tree
hide backlink
'''
Proposed fix is in this PR
Screenshots
Before the fix:
After the fix
