Improve mobile friendlinses across chat and home pages.

This commit is contained in:
sabaimran
2024-12-19 20:33:53 -08:00
parent 68af10c805
commit 9d5480d886
4 changed files with 5 additions and 9 deletions

View File

@@ -82,14 +82,14 @@ export function AppSidebar(props: AppSidebarProps) {
}, []);
return (
<Sidebar collapsible={"icon"}>
<Sidebar collapsible={"icon"} variant="sidebar">
<SidebarHeader>
<SidebarMenu className="p-0 m-0">
<SidebarMenuItem className="p-0 m-0">
<SidebarMenuButton asChild>
<a className="flex items-center gap-2 no-underline" href="/">
<KhojLogo className="w-14 h-auto" />
<span className="text-2xl">Khoj</span>
<span className="text-lg">Khoj</span>
</a>
</SidebarMenuButton>
</SidebarMenuItem>