Skip to content

Commit

Permalink
Add horizontal spacing for mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
m-danya committed Jan 31, 2025
1 parent c51233b commit c3984b0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions frontend/components/left-panel/main-sidebar-wrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ export function MainSidebarWrapper({
<AppSidebar />
<SidebarInset>
<header className="flex h-14 shrink-0 items-center gap-2">
<div className="flex flex-1 items-center gap-2 px-3">
<div className="flex flex-1 items-center gap-2 px-5">
<SidebarTrigger />
</div>
<div className="ml-auto px-3">{/* <NavActions /> */}</div>
</header>
<div>{children}</div>
<div className="px-5">{children}</div>
</SidebarInset>
</SidebarProvider>
);
Expand Down

0 comments on commit c3984b0

Please sign in to comment.