Compare commits

...

2 Commits

Author SHA1 Message Date
Brendan Allan 1b7aed19a9 fix(app): align markdown task checkboxes 2026-07-07 14:54:16 +08:00
Brendan Allan b00003bfbb fix(app): hide markdown task markers 2026-07-07 14:39:35 +08:00
@@ -116,6 +116,20 @@
margin-bottom: 8px;
}
li:has(> input[type="checkbox"]),
li:has(> p:first-child > input[type="checkbox"]:first-child) {
position: relative;
list-style-type: none;
}
li > input[type="checkbox"],
li > p:first-child > input[type="checkbox"]:first-child {
position: absolute;
top: 0.2em;
left: -1.25rem;
margin: 0;
}
li > p:first-child {
display: inline;
margin: 0;