Auto-deploy: 2026-01-13 12:16:10 | 2 arquivo(s) alterado(s)
This commit is contained in:
parent
180f821951
commit
3fe17afc54
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
.pfs-container {
|
.pfs-container {
|
||||||
width: 260px;
|
width: 260px;
|
||||||
height: calc(100vh - 84px); /* Adjusted for layout padding/offset */
|
height: calc(100vh - 20px);
|
||||||
background: #1a1a1a;
|
background: #1a1a1a;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ export const PrafrotLayout = () => {
|
||||||
<main
|
<main
|
||||||
className={cn(
|
className={cn(
|
||||||
"flex-1 transition-all duration-300 min-h-screen flex flex-col min-w-0",
|
"flex-1 transition-all duration-300 min-h-screen flex flex-col min-w-0",
|
||||||
isSidebarCollapsed ? "ml-[80px]" : "ml-[260px]"
|
isSidebarCollapsed ? "ml-[100px]" : "ml-[280px]"
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
{/* Header */}
|
{/* Header */}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue