Skip to content

Commit

Permalink
Merge pull request #104 from abusix/pla-975-reorganize-side-navigation
Browse files Browse the repository at this point in the history
fix: decreased right padding to have more space for longer nav items
  • Loading branch information
Coderwelsch authored Jan 30, 2024
2 parents dcaadf5 + f8d3dc4 commit d19dc96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/navigation/navigation-disclosure-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const NavigationDisclosurePanelItem = ({
return (
<div
className={classNames(
"relative w-full px-8 py-3 text-left text-sm text-neutral-0 hover:bg-primary-900+10",
isIndented && "px-14",
"relative w-full py-3 pl-8 pr-1 text-left text-sm text-neutral-0 hover:bg-primary-900+10",
isIndented && "pl-14",
isActive && "bg-primary-900+20 font-semibold hover:bg-primary-900+20"
)}
{...props}
Expand Down

0 comments on commit d19dc96

Please sign in to comment.