Skip to content

Commit 5f9aa6b

Browse files
committed
small adjustment
1 parent cbd2513 commit 5f9aa6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/dynamicNav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export function DynamicNav({
211211
<li className="mb-3" data-sidebar-branch>
212212
{header}
213213
{(!collapse || isActive) && entity.children && (
214-
<ul data-sidebar-tree data-sidebar-tree-root>
214+
<ul data-sidebar-tree data-sidebar-tree-root className="pl-2">
215215
{prependLinks &&
216216
prependLinks.map(link => (
217217
<SidebarLink to={link[0]} key={link[0]} title={link[1]} path={linkPath} />

src/components/sidebar/style.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
opacity: 1;
134134
color: var(--accent-purple);
135135
border-left-color: var(--accent-purple);
136-
padding-left: 0.3rem;
136+
padding-left: 0.5rem;
137137
}
138138
}
139139
}

0 commit comments

Comments
 (0)