adjust header and remove space

This commit is contained in:
Arslan, Erdem
2024-01-08 21:17:48 +01:00
parent f7cf1ff2b2
commit 3ab3b59655

View File

@@ -76,7 +76,6 @@ export default function RootLayout({
!showSidebarDerived && translate !showSidebarDerived && translate
} flex h-full w-full flex-col overflow-y-scroll transition-[margin] duration-150 ease-in-out`} } flex h-full w-full flex-col overflow-y-scroll transition-[margin] duration-150 ease-in-out`}
> >
<div className="static top-0 mb-2 py-2">
<div className="grid grid-cols-3"> <div className="grid grid-cols-3">
<div className="col-span-1"> <div className="col-span-1">
<IconButton <IconButton
@@ -96,7 +95,6 @@ export default function RootLayout({
/> />
</div> </div>
</div> </div>
</div>
<div className="px-1"> <div className="px-1">
<div className="relative flex h-full flex-1 flex-col"> <div className="relative flex h-full flex-1 flex-col">