more fixes

This commit is contained in:
IGNY8 VPS (Salman)
2025-12-27 06:53:36 +00:00
parent 302af6337e
commit d5bda678fd
11 changed files with 34 additions and 24 deletions

View File

@@ -156,7 +156,7 @@ const LayoutContent: React.FC = () => {
<div
className={`flex-1 transition-all duration-300 ease-in-out ${
isExpanded || isHovered ? "lg:ml-[290px]" : "lg:ml-[90px]"
} ${isMobileOpen ? "ml-0" : ""} w-full max-w-full min-[1440px]:max-w-[90%]`}
} ${isMobileOpen ? "ml-0" : ""} w-full`}
>
<AppHeader />
{/* Pending Payment Banner - Shows when account status is 'pending_payment' */}