Skip to content

Commit

Permalink
extra y axis padding
Browse files Browse the repository at this point in the history
  • Loading branch information
lowtorola committed Jan 7, 2025
1 parent 899ba1e commit cfa2f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export const renderableItems = (
// IMPORTANT: When changing this file, also remember to change the mobile menu that appears on small screens.
const Sidebar: React.FC<SidebarProps> = ({ collapsed = false }) =>
collapsed ? null : (
<nav className="fixed top-16 z-10 hidden h-full w-60 flex-col gap-8 overflow-y-auto bg-gray-50 pb-6 pt-4 drop-shadow-[2px_0_2px_rgba(0,0,0,0.25)] sm:flex">
<nav className="fixed top-16 z-10 hidden h-full w-60 flex-col gap-8 overflow-y-auto bg-gray-50 pb-24 pt-4 drop-shadow-[2px_0_2px_rgba(0,0,0,0.25)] sm:flex">
<SidebarSection title="" items={GENERAL_ITEMS} />
<SidebarSection title="compete" items={COMPETE_ITEMS} />
<SidebarSection title="team management" items={TEAM_MANAGEMENT_ITEMS} />
Expand Down

0 comments on commit cfa2f76

Please sign in to comment.