style: padding

fixes #203
This commit is contained in:
Jing Hua 2023-04-06 02:54:22 +08:00
parent 38bc63f0ac
commit 7e7df206ae

View file

@ -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 />