aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorIgnat Beresnev <ignat@beresnev.me>2021-12-27 15:54:12 +0300
committerGitHub <noreply@github.com>2021-12-27 15:54:12 +0300
commit39f45564edd22b0c51752ff8ab9a2caa66e37220 (patch)
treed86b5d0b48fce9a23999781ed265a63e01d66653 /plugins
parent1f82c97e90c160a1cd37ed28d3a57b0e77cc6a1c (diff)
downloaddokka-39f45564edd22b0c51752ff8ab9a2caa66e37220.tar.gz
dokka-39f45564edd22b0c51752ff8ab9a2caa66e37220.tar.bz2
dokka-39f45564edd22b0c51752ff8ab9a2caa66e37220.zip
Add a level of indentation to childless items in navigation tree (#2291)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/base/src/main/resources/dokka/styles/style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/base/src/main/resources/dokka/styles/style.css b/plugins/base/src/main/resources/dokka/styles/style.css
index 1e5c106c..ad28e895 100644
--- a/plugins/base/src/main/resources/dokka/styles/style.css
+++ b/plugins/base/src/main/resources/dokka/styles/style.css
@@ -301,6 +301,7 @@ code.paragraph {
}
.overview > .navButton {
+ position: absolute;
align-items: center;
display: flex;
justify-content: flex-end;
@@ -433,6 +434,7 @@ code.paragraph {
align-items: center;
color: var(--default-font-color);
overflow: hidden;
+ padding-left: 23px;
}