Skip to content

Commit

Permalink
slightly indent docs navbar items (#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzenklotz authored Aug 25, 2023
1 parent d13a5a4 commit c78a7a8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@
[dir=ltr] .md-header__title {
margin-left: 0;
}
.md-nav__item--section>.md-nav__link[for] {
/* Navbar Section Headers */
color: var(--md-typeset-color);
}
.md-nav__item--section>.md-nav>.md-nav__list>.md-nav__item {
/* Navbar Section Items */
padding-left: 15px;
}
</style>
{% endblock styles %}

Expand Down
1 change: 1 addition & 0 deletions docs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ authors = ["scalable minds <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
# mkdocs-video is not ready for Py3.11 because of bugs in lxml lib https://github.com/getnikola/nikola/issues/3679
python = ">=3.8,<3.11"
mkdocs-glightbox = "^0.3.4"

Expand Down

0 comments on commit c78a7a8

Please sign in to comment.