fix: query with breadcrumbs show blocks on wrong hierarchy

close #5859
This commit is contained in:
Tienson Qin
2023-03-29 04:42:09 +08:00
parent ecdb68bf65
commit 43bb77322f
2 changed files with 16 additions and 5 deletions

View File

@@ -632,6 +632,10 @@ a.cloze-revealed {
opacity: 1;
}
.nested-matched-blocks {
margin-left: 27px;
}
.cp__fenced-code-block {
.not-edit {
cursor: default;
@@ -659,4 +663,4 @@ html.is-mac {
cursor: pointer;
}
}
}
}