style: reduce vertical padding in dashboard and portal sidebar headers

This commit is contained in:
poyrazavsever
2026-06-08 23:33:53 +03:00
parent 989a62b04e
commit 58c8620db6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ function AppSidebar({
variant="bordered" variant="bordered"
className="flex h-dvh max-h-dvh flex-col overflow-hidden rounded-none border-0" className="flex h-dvh max-h-dvh flex-col overflow-hidden rounded-none border-0"
> >
<SidebarHeader className="shrink-0 border-b-0 px-6 py-6"> <SidebarHeader className="shrink-0 border-b-0 px-6 py-3">
<Link href="/"> <Link href="/">
<Image <Image
src="/logo/blackLogo.png" src="/logo/blackLogo.png"
+1 -1
View File
@@ -119,7 +119,7 @@ function AppSidebar({
variant="bordered" variant="bordered"
className="flex h-dvh max-h-dvh flex-col overflow-hidden rounded-none border-0" className="flex h-dvh max-h-dvh flex-col overflow-hidden rounded-none border-0"
> >
<SidebarHeader className="shrink-0 border-b-0 px-6 py-6"> <SidebarHeader className="shrink-0 border-b-0 px-6 py-3">
<Link href="/portal"> <Link href="/portal">
<Image <Image
src="/logo/blackLogo.png" src="/logo/blackLogo.png"