Skip to content

Commit

Permalink
Add a level of indentation to childless items in navigation tree (#2291)
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnatBeresnev committed Dec 27, 2021
1 parent 1f82c97 commit 39f4556
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/base/src/main/resources/dokka/styles/style.css
Expand Up @@ -301,6 +301,7 @@ code.paragraph {
}

.overview > .navButton {
position: absolute;
align-items: center;
display: flex;
justify-content: flex-end;
Expand Down Expand Up @@ -433,6 +434,7 @@ code.paragraph {
align-items: center;
color: var(--default-font-color);
overflow: hidden;
padding-left: 23px;
}


Expand Down

0 comments on commit 39f4556

Please sign in to comment.