We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b653b5b commit c7ca0baCopy full SHA for c7ca0ba
doc-tool/resources/css/sidebar.css
@@ -47,9 +47,15 @@
47
padding-left: 0;
48
}
49
50
-.sidebar .toc > li {
+.sidebar .index-entity.entity-package {
51
+ margin-left: 5px;
52
+ margin-top: .25em;
53
+}
54
+
55
+.sidebar .toc > li:not(.index-entities) > ul {
56
border-left: 2px solid var(--sidebar-active);
57
padding-left: 1em;
58
59
60
61
.sidebar li a {
@@ -81,7 +87,8 @@
81
87
/* API Documentation */
82
88
.package-toggle i.fas {
83
89
font-size: 15px;
84
- margin-right: 5px;
90
+ margin-right: 1px;
91
+ color: var(--sidebar-active);
85
92
86
93
94
.entity-kinds {
0 commit comments