diff --git a/web/src/App.tsx b/web/src/App.tsx index 72cf63767..9b5c2b401 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -16,9 +16,6 @@ import { isDesktop, isMobile } from "react-device-detect"; import Statusbar from "./components/Statusbar"; import Bottombar from "./components/navigation/Bottombar"; -const mobileInsets = "absolute left-0 top-2 right-0 bottom-0 bottom-16" -const desktopInsets = "absolute left-16 top-16 top-2 right-0 bottom-8" - function App() { return ( @@ -30,7 +27,7 @@ function App() { {isMobile && }
} />