Add mobile spacer so admin content clears the hamburger button
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -69,6 +69,8 @@ export function AdminShell({
|
||||
</aside>
|
||||
|
||||
<div className="lg:ml-52 flex-1 min-h-screen" style={{ backgroundColor: "var(--background)" }}>
|
||||
{/* Спейсер под мобильный hamburger, чтобы заголовок не уходил под кнопку */}
|
||||
<div className="h-14 lg:hidden" />
|
||||
{children}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user