fix(app): hide markdown task markers (#35670)

This commit is contained in:
Brendan Allan
2026-07-07 15:22:49 +08:00
committed by GitHub
parent 39397deb8d
commit 516f0266b8
@@ -121,6 +121,20 @@
margin: 0;
}
li:has(> input[type="checkbox"]),
li:has(> p > input[type="checkbox"]) {
position: relative;
list-style-type: none;
}
li > input[type="checkbox"],
li > p > input[type="checkbox"] {
position: absolute;
top: 4px;
left: -20px;
margin: 0;
}
li > p + p {
display: block;
margin-top: 0.5rem;