Larger task-list checkboxes
Enlarges the checkboxes in Markdown task lists inside issues so they are easier to tick.
Code to copy
.task-list-item-checkbox,
.contains-task-list input[type="checkbox"],
.markdown-body input[type="checkbox"] {
width: 18px !important;
height: 18px !important;
cursor: pointer !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.