Skip to content

Commit

Permalink
Tweak small navbar size to avoid wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
chvancooten committed Mar 4, 2023
1 parent 8cce05e commit 8f407f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/MainLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function MainLayout({ children }: ChildrenProps) {
}

navbar={
<Navbar p="md" hiddenBreakpoint="sm" hidden={!sidebarOpened} width={{ sm: 215, lg: 300 }}
<Navbar p="md" hiddenBreakpoint="sm" hidden={!sidebarOpened} width={{ sm: 220, lg: 300 }}
styles={{ root: { background: theme.colors.rose[7], color: 'white' }}}
onClick={() => setSidebarOpened(false)}
>
Expand Down

0 comments on commit 8f407f4

Please sign in to comment.