fix: hide single-level breadcrumbs

This commit is contained in:
nevfy 2024-01-29 15:44:23 +04:00
parent 4ec630c07c
commit 8bf4f3ef7f
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@
}
}
.td-breadcrumbs__single {
display: none !important;
}
.td-toc ul {
margin-top: 1rem;
}