feat: narrowed navbar

This commit is contained in:
2025-08-29 14:06:29 +04:00
parent 3dec614f2a
commit 658d7a2a0e
3 changed files with 2 additions and 3 deletions

View File

@ -72,7 +72,7 @@ export default function RootLayout({ children }: Props) {
layout={"alt"} layout={"alt"}
withBorder={false} withBorder={false}
navbar={{ navbar={{
width: 160, width: 145,
breakpoint: "sm", breakpoint: "sm",
collapsed: { collapsed: {
desktop: false, desktop: false,

View File

@ -33,7 +33,6 @@ const Navbar = () => {
h={"100%"}> h={"100%"}>
<Logo title={"Fulfillment & Delivery"} /> <Logo title={"Fulfillment & Delivery"} />
<Flex <Flex
mx={"xs"}
direction={"column"} direction={"column"}
justify={"space-between"} justify={"space-between"}
h={"100%"}> h={"100%"}>

View File

@ -18,7 +18,7 @@ const Logo = ({ title }: Props) => {
<Title <Title
ta={"center"} ta={"center"}
order={4} order={4}
mt={"xs"}> my={"xs"}>
LogiDex LogiDex
</Title> </Title>
{title && ( {title && (