feat: response in mobile and accouting
This commit is contained in:
@@ -23,7 +23,9 @@ export default function AdminLayout({
|
||||
) : (
|
||||
<AuthGuard>
|
||||
<Sidebar />
|
||||
<main className="lg:pr-64 min-h-screen">
|
||||
{/* Extra top padding on mobile so content clears the
|
||||
fixed hamburger button; the desktop sidebar needs none. */}
|
||||
<main className="lg:pr-64 min-h-screen pt-16 lg:pt-0">
|
||||
{children}
|
||||
</main>
|
||||
</AuthGuard>
|
||||
|
||||
Reference in New Issue
Block a user