We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05c42d commit 84d309fCopy full SHA for 84d309f
apps/frontend/src/components/new-layout/layout.component.tsx
@@ -96,7 +96,7 @@ export const LayoutComponent = ({ children }: { children: ReactNode }) => {
96
) : (
97
<div className="flex-1 flex gap-[8px]">
98
<div className="flex flex-col bg-newBgColorInner w-[80px] rounded-[12px]">
99
- <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]')}>
100
<div className="flex flex-col h-full gap-[32px] flex-1 py-[12px]">
101
<Logo />
102
<TopMenu />
0 commit comments