Skip to content

Commit

Permalink
style: padding
Browse files Browse the repository at this point in the history
fixes ztjhz#203
  • Loading branch information
ztjhz committed Apr 5, 2023
1 parent 38bc63f commit 7e7df20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Menu/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const Menu = () => {
>
<div className='flex h-full min-h-0 flex-col'>
<div className='flex h-full w-full flex-1 items-start border-white/20'>
<nav className='flex h-full flex-1 flex-col space-y-1 p-2'>
<nav className='flex h-full flex-1 flex-col space-y-1 px-2 pt-2'>
<NewChat />
<ChatHistoryList />
<MenuOptions />
Expand Down

0 comments on commit 7e7df20

Please sign in to comment.