Jon/sky 5452 sidebar improvements (#3098)

This commit is contained in:
Jonathan Dobson
2025-08-04 09:55:10 -04:00
committed by GitHub
parent fe3d5cec10
commit 5b0ccee827
4 changed files with 74 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ function NavigationHamburgerMenu() {
<DrawerTrigger asChild>
<HamburgerMenuIcon className="size-6 cursor-pointer" />
</DrawerTrigger>
<DrawerContent className="bottom-2 left-2 top-2 mt-0 w-64 rounded border-0 px-6">
<DrawerContent className="bottom-2 left-2 top-2 mt-0 h-full w-64 rounded border-0">
<VisuallyHidden.Root>
<DrawerHeader>
<DrawerTitle>Skyvern</DrawerTitle>

View File

@@ -16,7 +16,7 @@ function SidebarContent({ useCollapsedState }: Props) {
const collapsed = useCollapsedState ? collapsedState : false;
return (
<div className="flex h-full flex-col">
<div className="flex h-full flex-col overflow-y-auto px-6">
<Link to={window.location.origin}>
<div className="flex h-24 items-center">
{collapsed ? <LogoMinimized /> : <Logo />}