GitHub-like Tasklist icons #2361
Andre601
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I managed to customize the task list in such a way that it looks similar to GitHub's (unchecked) task lists.
Just create a new css file and add the below content to it (Don't forget to also add it as extra_css to your mkdocs.yml!)
CSS:
In my case did I had to add some custom margin for
label.task-list-control
because the results always had huge gabs (Maybe a result of havingcustom_css
enabled?)So if this causes your task lists to look weird, remove them or change the margin.
Picture:

Beta Was this translation helpful? Give feedback.
All reactions