How to reduce indent of task lists, especially queries? #1813
-
I would like to not indent tasks so much, particularly where I am using them inside columns (obsidian columns plugin), as the margin considerably reduces space for the task itself. I've been trying to guess at how to do this with css, but my skill level is little better than copy-paste.
but all of my guesses, such as with Is this even possible? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I found how to reduce the indent for query results here .plugin-tasks-query-result {
margin-left:-40px;
} |
Beta Was this translation helpful? Give feedback.
I found how to reduce the indent for query results here