Can not have multiple tasks on single line?

Originally it was optimized on my laptop, I was worried it could be an issue with that. Tested it, and it appears on mobile that the css snippet needs higher prioritization

Add !important to the declarations like so,

/* ---------- Markdown Version ---------- */

.task-list-item {
    display: inline-flex !important;
}

.task-list-item-checkbox:not([data-line="0"]) {
    margin-left: calc(var(--list-indent)/3.75) !important;
}

Your previous themes and snippets can be reenabled! There shouldn’t be any conflicts

3 Likes