fix(app): hide markdown task markers (#35670)
This commit is contained in:
@@ -121,6 +121,20 @@
|
|||||||
margin: 0;
|
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 {
|
li > p + p {
|
||||||
display: block;
|
display: block;
|
||||||
margin-top: 0.5rem;
|
margin-top: 0.5rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user