mirror of
https://github.com/ClipFusion-org/clipfusion.git
synced 2025-08-03 14:45:09 +00:00
replaced global bottom margin with global top margin
This commit is contained in:
parent
07ba19da2a
commit
779351db17
@ -48,7 +48,7 @@ export default async function RootLayout({
|
||||
<ThemeProvider>
|
||||
<SidebarProvider>
|
||||
<Dashboard/>
|
||||
<main className="relative mb-safe">
|
||||
<main className="relative mt-safe">
|
||||
<PersistenceProvider>
|
||||
{children}
|
||||
</PersistenceProvider>
|
||||
|
Loading…
Reference in New Issue
Block a user