mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-10 13:15:25 +03:00
remove padding
This commit is contained in:
parent
44dc274291
commit
0a4d9e165e
@ -25,7 +25,7 @@ function App() {
|
||||
<Providers>
|
||||
<BrowserRouter>
|
||||
<Wrapper>
|
||||
<div className="size-full pt-2 overflow-hidden">
|
||||
<div className="size-full overflow-hidden">
|
||||
{isDesktop && <Sidebar />}
|
||||
{isDesktop && <Statusbar />}
|
||||
{isMobile && <Bottombar />}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user