ui: added sidebar padding

This commit is contained in:
corgifist 2025-07-25 17:34:26 +03:00
parent 673b1ceedf
commit f4c6a06ac1

View File

@ -32,8 +32,8 @@ const items: DashboardItem[] = [
export const Dashboard = (): ReactNode => { export const Dashboard = (): ReactNode => {
return ( return (
<Sidebar> <Sidebar className="pl-safe">
<SidebarHeader className="flex justify-center items-center mt-safe-or-2 ml-safe"> <SidebarHeader className="flex justify-center items-center mt-safe-or-2">
<Link href="/"> <Link href="/">
<ClipFusionLogo width="30" height="30"> <ClipFusionLogo width="30" height="30">
<p className="font-bold text-xl select-none">ClipFusion</p> <p className="font-bold text-xl select-none">ClipFusion</p>