feat: response in mobile and accouting

This commit is contained in:
2026-08-17 07:44:00 +03:30
parent e3071b8692
commit 90a66031bd
20 changed files with 556 additions and 114 deletions
+3 -1
View File
@@ -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>