Skip to content

Commit

Permalink
Add a level of indentation to childless items in navigation tree (Kot…
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnatBeresnev authored and owengray-google committed Dec 29, 2021
1 parent fe9d0f9 commit 098ffdc
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 098ffdc

Please sign in to comment.