remove padding

This commit is contained in:
Nicolas Mowen 2024-04-01 07:30:06 -06:00
parent 44dc274291
commit 0a4d9e165e

View File

@ -25,7 +25,7 @@ function App() {
<Providers> <Providers>
<BrowserRouter> <BrowserRouter>
<Wrapper> <Wrapper>
<div className="size-full pt-2 overflow-hidden"> <div className="size-full overflow-hidden">
{isDesktop && <Sidebar />} {isDesktop && <Sidebar />}
{isDesktop && <Statusbar />} {isDesktop && <Statusbar />}
{isMobile && <Bottombar />} {isMobile && <Bottombar />}