better mobile sidebar
All checks were successful
Deploy / deploy (ubuntu-latest, 2.44.0) (push) Successful in 52s

Took 3 minutes
This commit is contained in:
Braydon 2024-10-06 17:50:09 -04:00
parent dd0e020165
commit f6a070851a

View File

@ -15,7 +15,7 @@ const Sidebar = (): ReactElement => (
<SheetTrigger>
<Bars3BottomRightIcon className="w-6 h-6" />
</SheetTrigger>
<SheetContent className="h-full" side="top">
<SheetContent className="h-full px-11 pt-10" side="top">
<SidebarContent />
</SheetContent>
</Sheet>