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 ae2afa1 commit 8e6327fCopy full SHA for 8e6327f
src/components/dynamicNav.tsx
@@ -211,7 +211,7 @@ export function DynamicNav({
211
<li className="mb-3" data-sidebar-branch>
212
{header}
213
{(!collapse || isActive) && entity.children && (
214
- <ul data-sidebar-tree data-sidebar-tree-root>
+ <ul data-sidebar-tree data-sidebar-tree-root className="pl-2">
215
{prependLinks &&
216
prependLinks.map(link => (
217
<SidebarLink to={link[0]} key={link[0]} title={link[1]} path={linkPath} />
src/components/sidebar/style.module.scss
@@ -133,7 +133,7 @@
133
opacity: 1;
134
color: var(--accent-purple);
135
border-left-color: var(--accent-purple);
136
- padding-left: 0.3rem;
+ padding-left: 0.5rem;
137
}
138
139
0 commit comments