make session list take up full width

This commit is contained in:
AI Christianson 2025-03-14 16:33:04 -04:00
parent 7d85dc2b05
commit 997c5e7ea7
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ export const SessionDrawer: React.FC<SessionDrawerProps> = ({
<Sheet open={isOpen} onOpenChange={onClose}>
<SheetContent
side="left"
className="w-[85%] sm:max-w-md border-r border-border"
className="w-full sm:max-w-md border-r border-border"
>
<SheetHeader>
<SheetTitle>Sessions</SheetTitle>