Skip to content

Commit

Permalink
chore: use sidebar for max width
Browse files Browse the repository at this point in the history
  • Loading branch information
afspeirs committed Mar 16, 2024
1 parent 592dcf2 commit 6c0a41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export function Layout() {
leaveFrom="translate-x-0"
leaveTo="-translate-x-full"
>
<Dialog.Panel className="relative mr-16 flex w-full max-w-xs flex-1">
<Dialog.Panel className="relative mr-16 flex w-full max-w-sidebar flex-1">
<Transition.Child
as={Fragment}
enter="ease-in-out duration-300"
Expand Down

0 comments on commit 6c0a41f

Please sign in to comment.