mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 13:25:11 +00:00
Give more breathing space to the sidebar footer
This commit is contained in:
@@ -68,7 +68,7 @@ export function AppSidebar(props: AppSidebarProps) {
|
|||||||
useSidebar();
|
useSidebar();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Sidebar collapsible={"icon"} variant="sidebar">
|
<Sidebar collapsible={"icon"} variant="sidebar" className="md:py-2">
|
||||||
<SidebarHeader>
|
<SidebarHeader>
|
||||||
<SidebarMenu className="p-0 m-0">
|
<SidebarMenu className="p-0 m-0">
|
||||||
<SidebarMenuItem className="p-0 m-0">
|
<SidebarMenuItem className="p-0 m-0">
|
||||||
|
|||||||
@@ -3,9 +3,6 @@ import { noto_sans, noto_sans_arabic } from "@/app/fonts";
|
|||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import { ContentSecurityPolicy } from "./common/layoutHelper";
|
import { ContentSecurityPolicy } from "./common/layoutHelper";
|
||||||
|
|
||||||
import { SidebarProvider, SidebarTrigger } from "@/components/ui/sidebar";
|
|
||||||
import { AppSidebar } from "@/app/components/appSidebar/appSidebar";
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Khoj AI - Ask Anything",
|
title: "Khoj AI - Ask Anything",
|
||||||
description:
|
description:
|
||||||
|
|||||||
Reference in New Issue
Block a user