fix: padding in menu layout

This commit is contained in:
Mahyar Khanbolooki
2025-07-14 21:06:39 +03:30
parent 69540a67f2
commit d0e26239d7
@@ -44,7 +44,7 @@ function ClientMenuRouteWrapper({ children }: Props) {
searchModalState={searchModal} toggleSearchModalState={toggleSearchModal} searchModalState={searchModal} toggleSearchModalState={toggleSearchModal}
nightModeState={nightMode} toggleNightModeState={toggleNightMode} /> nightModeState={nightMode} toggleNightModeState={toggleNightMode} />
</header> </header>
<main className="h-full pt-14 pb-14 overflow-y-auto noscrollbar"> <main className="h-full pt-14 pb-14 lg:pt-28 overflow-y-auto noscrollbar">
{children} {children}
</main> </main>
<aside> <aside>