Skip to content

Commit

Permalink
fix toggle button and add padding (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranshu1902 authored Sep 21, 2023
1 parent 6d0e2e3 commit 5b3bb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(main)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function Layout({ children }: { children: React.ReactNode }) {
type="button"
className={`${
isSidebarExpanded ? "hidden" : "block"
} absolute h-12 md:hidden items-center ml-3 text-sm text-gray-500 rounded-lg hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-gray-200 dark:text-gray-400 dark:hover:bg-gray-200 dark:focus:ring-gray-200`}
} absolute h-12 md:hidden items-center p-1 px-3 z-10 ml-3 text-sm text-gray-500 rounded-lg hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-gray-200 dark:text-gray-400 dark:hover:bg-gray-200 dark:focus:ring-gray-200`}
>
<span className="sr-only">Open sidebar</span>
<div className="space-y-1">
Expand Down

1 comment on commit 5b3bb6e

@vercel
Copy link

@vercel vercel bot commented on 5b3bb6e Sep 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.