Skip to content

Commit

Permalink
feat: remove padding top of the sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyrusso committed Sep 19, 2023
1 parent d80d3a5 commit 18480e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default function Sidebar() {
<aside
className={`sticky top-16 h-[calc(100vh-theme(spacing.16))] ${
isOpenSidebar ? "w-[18.4375rem]" : "w-[5.8125rem]"
} text-center bg-white flex flex-col justify-between pt-16`}
} text-center bg-white flex flex-col justify-between`}
>
<ul
className={`flex flex-col ${
Expand Down

0 comments on commit 18480e4

Please sign in to comment.