mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-06-05 00:32:03 +00:00
fix bottom bar margin when present
This commit is contained in:
parent
8b6a7c39e7
commit
c995048ddd
@ -31,7 +31,9 @@ export default function MyApp({ Component, pageProps: { session, ...pageProps }
|
|||||||
<Component {...pageProps} />
|
<Component {...pageProps} />
|
||||||
<Analytics />
|
<Analytics />
|
||||||
</main>
|
</main>
|
||||||
<BottomBar />
|
<div className="mt-12 min-bottom-bar:mt-0">
|
||||||
|
<BottomBar />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</Layout>
|
</Layout>
|
||||||
</ToastProvider>
|
</ToastProvider>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user