SlRvb / Obsidian--ITS-Theme

Theme designed with readability and customizability in mind. Change it easily to your liking with the Style Settings plugin installed.
https://publish.obsidian.md/slrvb-docs/ITS+Theme/ITS+Theme
GNU General Public License v2.0
531 stars 112 forks source link

[Bug] Nested Task items are not displaying correctly. #95

Closed RobertoGongora closed 2 years ago

RobertoGongora commented 2 years ago

Describe the bug

If you have a nested list of tasks, when under Preview mode all checkboxes are collapsing to the left. See Screenshot 2.

Expected behavior I expect to see the checkbox icon to be correctly indented. See Screenshot 3.

To Reproduce

Steps to reproduce the behavior:

  1. Activate ITS theme
  2. Create a nested list of tasks, for example:
    - [ ] Task
    - [ ] Task
  3. Turn on Preview mode.

Screenshots

  1. How the list looks like:

    image
  2. How it looks right now:

    image
  3. How it should look like:

    image

OS

Where does the bug occur?

Obsidian Version: v0.13.33

Additional context

I was able to fix the issue using the inspector and adding a line to the SCSS file. I hate the solution because it uses !important, but I could not figure out where the line-indent: -1.5em is coming from.

SlRvb commented 2 years ago

Hmm seems like the same issue as #92, could you see if this toggle helps?

SlRvb commented 2 years ago

Is this issue fixed with obsidian v0.14?

SlRvb commented 2 years ago

If this isn't fixed, feel free to reopen this issue as well as the pull request.