fix: update sheet display and sidebar items
This commit is contained in:
parent
282ef825cb
commit
9158bfe82c
3 changed files with 8 additions and 28 deletions
|
|
@ -29,10 +29,7 @@ export function Sidebar({ session, children }: SidebarProps) {
|
|||
<span className="sr-only">Toggle Sidebar</span>
|
||||
</Button>
|
||||
</SheetTrigger>
|
||||
<SheetContent
|
||||
position="left"
|
||||
className="inset-y-0 flex h-auto w-[300px] flex-col gap-0 rounded-r-lg p-0 lg:inset-y-2"
|
||||
>
|
||||
<SheetContent className="inset-y-0 flex h-auto w-[300px] flex-col p-0">
|
||||
<SheetHeader className="p-4">
|
||||
<SheetTitle className="text-sm">Chat History</SheetTitle>
|
||||
</SheetHeader>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue