Skip to content

Commit 4fefeb8

Browse files
authored
docs: Adjust CSS (#115)
# Summary Tweak CSS in MKDocs site # Changes * Make sure hidden header doesn't also remove table of contents.
1 parent 1e58058 commit 4fefeb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/css/mkdocstrings.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ a.autorefs-external::after {
2222
}
2323

2424
/* Remove the topic from the header but leave version dropdown. */
25-
.md-ellipsis {
25+
.md-header__topic .md-ellipsis {
2626
visibility: hidden;
2727
max-width: 0;
2828
}

0 commit comments

Comments
 (0)