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.
2 parents b3c5034 + 362eabb commit 1356d74Copy full SHA for 1356d74
src/theme/DocSidebarItem/index.tsx
@@ -1,3 +1,4 @@
1
+import "./styles.css";
2
import React from "react";
3
import DocSidebarItemCategory from "@theme/DocSidebarItem/Category";
4
import DocSidebarItemLink from "@theme/DocSidebarItem/Link";
src/theme/DocSidebarItem/styles.css
@@ -0,0 +1,17 @@
+.menu__link {
+ display: flex;
+ padding: 6px 0 !important;
+}
5
+
6
+.menu__label {
7
+ padding: 0;
8
9
10
+.menu__caret:before {
11
+ height: 1.2rem;
12
+ width: 1.2rem;
13
14
15
+.menu__list-item:not(:first-child) {
16
+ margin: 0;
17
0 commit comments