Auto-deploy: 2026-01-13 12:16:10 | 2 arquivo(s) alterado(s)

This commit is contained in:
daivid.alves 2026-01-13 12:16:10 -03:00
parent 180f821951
commit 3fe17afc54
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
.pfs-container {
width: 260px;
height: calc(100vh - 84px); /* Adjusted for layout padding/offset */
height: calc(100vh - 20px);
background: #1a1a1a;
color: #ffffff;
display: flex;

View File

@ -29,7 +29,7 @@ export const PrafrotLayout = () => {
<main
className={cn(
"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 */}