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
commit 516f0266b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;