colineckert / obsidian-things

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

Left padding to list #139

Open amitguptagwl opened 1 year ago

amitguptagwl commented 1 year ago

Currently a list with the indentation of paragraph. I want to give left padding. I'm trying to modify your CSS style and add following. But it doesn't work.

.markdown-source-view.mod-cm6.is-readable-line-width .HyperMD-list-line {
    margin-left: max(calc(50% + var(--list-edit-offset) + var(--folding-offset) - var(--line-width-adaptive)/ 2), calc(50% + var(--list-edit-offset) + var(--folding-offset) - var(--max-width)/ 2)) !important
}