Skip to content

Commit 8ec6971

Browse files
authored
fix: add more padding for mobile hamburger menu on header layout (#56)
1 parent 1fad628 commit 8ec6971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/app-header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export function AppHeader({ breadcrumbs = [] }: AppHeaderProps) {
6363
<SheetHeader className="flex justify-start text-left">
6464
<AppLogoIcon className="h-6 w-6 fill-current text-black dark:text-white" />
6565
</SheetHeader>
66-
<div className="mt-6 flex h-full flex-1 flex-col space-y-4">
66+
<div className="p-4 flex h-full flex-1 flex-col space-y-4">
6767
<div className="flex h-full flex-col justify-between text-sm">
6868
<div className="flex flex-col space-y-4">
6969
{mainNavItems.map((item) => (

0 commit comments

Comments
 (0)