fix: condition landing page header visibility and expand dashboard workspace width to full screen
This commit is contained in:
parent
f40a72786c
commit
a4676224f1
1 changed files with 1 additions and 1 deletions
|
|
@ -2004,7 +2004,7 @@ export default function App() {
|
|||
</aside>
|
||||
|
||||
{/* Main Workspace Frame */}
|
||||
<main className="flex-grow md:pl-64 flex flex-col min-h-screen bg-background">
|
||||
<main className="w-full flex-grow md:pl-64 flex flex-col min-h-screen bg-background">
|
||||
|
||||
{/* Top Workspace Header */}
|
||||
<header className="h-16 border-b border-[#D9C5B2] bg-white flex items-center justify-between px-8 sticky top-0 z-30">
|
||||
|
|
|
|||
Loading…
Reference in a new issue