From dd0dee620ad982e573d2765457aa1979ab4972c8 Mon Sep 17 00:00:00 2001
From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
Date: Thu, 16 May 2024 11:51:57 -0500
Subject: [PATCH] spacing on mobile landscape (#11397)
---
web/src/App.tsx | 8 +++++++-
web/src/components/Wrapper.tsx | 2 +-
web/src/components/navigation/Bottombar.tsx | 20 ++++++++++++++++----
web/src/pages/Exports.tsx | 2 +-
web/src/views/events/EventView.tsx | 2 +-
web/src/views/live/LiveDashboardView.tsx | 5 ++++-
6 files changed, 30 insertions(+), 9 deletions(-)
diff --git a/web/src/App.tsx b/web/src/App.tsx
index eb81bc812..dfe3443ad 100644
--- a/web/src/App.tsx
+++ b/web/src/App.tsx
@@ -8,6 +8,7 @@ import Statusbar from "./components/Statusbar";
import Bottombar from "./components/navigation/Bottombar";
import { Suspense, lazy } from "react";
import { Redirect } from "./components/navigation/Redirect";
+import { cn } from "./lib/utils";
const Live = lazy(() => import("@/pages/Live"));
const Events = lazy(() => import("@/pages/Events"));
@@ -31,7 +32,12 @@ function App() {
{isMobile &&