From 658d7a2a0e9a3bd0bbe1aa73f93a15e4cf89fbf4 Mon Sep 17 00:00:00 2001 From: AlexSserb Date: Fri, 29 Aug 2025 14:06:29 +0400 Subject: [PATCH] feat: narrowed navbar --- src/app/layout.tsx | 2 +- src/components/layout/Navbar/Navbar.tsx | 1 - src/components/ui/Logo/Logo.tsx | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 12e6be8..4c1e817 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -72,7 +72,7 @@ export default function RootLayout({ children }: Props) { layout={"alt"} withBorder={false} navbar={{ - width: 160, + width: 145, breakpoint: "sm", collapsed: { desktop: false, diff --git a/src/components/layout/Navbar/Navbar.tsx b/src/components/layout/Navbar/Navbar.tsx index 5e6c97a..ced75da 100644 --- a/src/components/layout/Navbar/Navbar.tsx +++ b/src/components/layout/Navbar/Navbar.tsx @@ -33,7 +33,6 @@ const Navbar = () => { h={"100%"}> diff --git a/src/components/ui/Logo/Logo.tsx b/src/components/ui/Logo/Logo.tsx index 9d7ed88..47cf7d2 100644 --- a/src/components/ui/Logo/Logo.tsx +++ b/src/components/ui/Logo/Logo.tsx @@ -18,7 +18,7 @@ const Logo = ({ title }: Props) => { + my={"xs"}> LogiDex {title && (