feat: align logo when admin

This commit is contained in:
Nevo David 2025-07-25 21:35:54 +07:00
parent a05c42dffb
commit 84d309ffe4
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ export const LayoutComponent = ({ children }: { children: ReactNode }) => {
) : (
<div className="flex-1 flex gap-[8px]">
<div className="flex flex-col bg-newBgColorInner w-[80px] rounded-[12px]">
<div className="fixed h-full w-[64px] start-[17px] flex flex-1 top-0">
<div className={clsx("fixed h-full w-[64px] start-[17px] flex flex-1 top-0", user?.admin && 'pt-[60px]')}>
<div className="flex flex-col h-full gap-[32px] flex-1 py-[12px]">
<Logo />
<TopMenu />