aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorKamil Doległo <kamilok1965@interia.pl>2020-03-11 21:28:02 +0100
committerKamil Doległo <kamilok1965@users.noreply.github.com>2020-03-11 21:29:55 +0100
commitec71e3e42161a6a4a315ec39216344b87beadcfd (patch)
tree99538789d431d2c113958be2c440733d6969f65d /core
parentfeaa869ac7a7ec0086212767ac99bd62f2c88fae (diff)
downloaddokka-ec71e3e42161a6a4a315ec39216344b87beadcfd.tar.gz
dokka-ec71e3e42161a6a4a315ec39216344b87beadcfd.tar.bz2
dokka-ec71e3e42161a6a4a315ec39216344b87beadcfd.zip
Fix arrows in navigation
Diffstat (limited to 'core')
-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");
}