Skip to content

Commit c7ca0ba

Browse files
Move the colored line under the open sidebar categories
1 parent b653b5b commit c7ca0ba

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

doc-tool/resources/css/sidebar.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,15 @@
4747
padding-left: 0;
4848
}
4949

50-
.sidebar .toc > li {
50+
.sidebar .index-entity.entity-package {
51+
margin-left: 5px;
52+
margin-top: .25em;
53+
}
54+
55+
.sidebar .toc > li:not(.index-entities) > ul {
5156
border-left: 2px solid var(--sidebar-active);
5257
padding-left: 1em;
58+
margin-left: 5px;
5359
}
5460

5561
.sidebar li a {
@@ -81,7 +87,8 @@
8187
/* API Documentation */
8288
.package-toggle i.fas {
8389
font-size: 15px;
84-
margin-right: 5px;
90+
margin-right: 1px;
91+
color: var(--sidebar-active);
8592
}
8693

8794
.entity-kinds {

0 commit comments

Comments
 (0)