aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/main/resources/dokka
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/base/src/main/resources/dokka')
-rw-r--r--plugins/base/src/main/resources/dokka/styles/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/base/src/main/resources/dokka/styles/style.css b/plugins/base/src/main/resources/dokka/styles/style.css
index e275e493..b0bf8141 100644
--- a/plugins/base/src/main/resources/dokka/styles/style.css
+++ b/plugins/base/src/main/resources/dokka/styles/style.css
@@ -301,17 +301,16 @@ code.paragraph {
}
.sideMenuPart > .overview {
- height: 40px;
display: flex;
align-items: center;
position: relative;
user-select: none; /* there's a weird bug with text selection */
+ padding: 8px 0;
}
.sideMenuPart a {
- display: flex;
+ display: block;
align-items: center;
- flex: 1;
height: 100%;
color: #637282;
overflow: hidden;
@@ -454,6 +453,7 @@ h1.cover {
margin-bottom: 0;
padding-bottom: 32px;
+ display: block;
}
h2 {