aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/resources/dokka/styles
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/resources/dokka/styles')
-rw-r--r--core/src/main/resources/dokka/styles/style.css15
1 files changed, 11 insertions, 4 deletions
diff --git a/core/src/main/resources/dokka/styles/style.css b/core/src/main/resources/dokka/styles/style.css
index c2df86be..85ad5b0d 100644
--- a/core/src/main/resources/dokka/styles/style.css
+++ b/core/src/main/resources/dokka/styles/style.css
@@ -74,16 +74,23 @@
background-color: #F4F4F4;
}
-.sideMenuPart > .navButton {
- margin-left: 0.25em
+.sideMenuPart > .overview {
+ width: 100%;
+ display: inline-flex;
+}
+
+.overview > .navButton {
+ width: 100%;
+ display: inline-flex;
+ justify-content: flex-end;
}
.sideMenuPart > .overview:hover {
background-color: rgba(91, 93, 239, 0.15);
}
-.sideMenuPart > .overview .navButtonContent::after {
- float: right;
+.sideMenuPart > .overview .navButtonContent::before {
+ padding-left: 2px;
content: url("../images/arrow_down.svg");
}