diff --git a/web/src/App.tsx b/web/src/App.tsx index dc82bbc07..c50c53307 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -31,7 +31,7 @@ function App() { {isMobile && }
diff --git a/web/src/pages/Logs.tsx b/web/src/pages/Logs.tsx index 77b9f05f0..e8ca9002f 100644 --- a/web/src/pages/Logs.tsx +++ b/web/src/pages/Logs.tsx @@ -53,7 +53,7 @@ function Logs() { ); return ( -
+
+
{isMobile && ( @@ -492,7 +492,7 @@ function DetectionReview({ <>
{filter?.before == undefined && ( +
diff --git a/web/src/views/live/LiveBirdseyeView.tsx b/web/src/views/live/LiveBirdseyeView.tsx index 58655e76c..0dff667da 100644 --- a/web/src/views/live/LiveBirdseyeView.tsx +++ b/web/src/views/live/LiveBirdseyeView.tsx @@ -116,7 +116,7 @@ export default function LiveBirdseyeView() { className={ fullscreen ? `fixed inset-0 bg-black z-30` - : `size-full flex flex-col ${isMobile ? "landscape:flex-row" : ""}` + : `size-full p-2 flex flex-col ${isMobile ? "landscape:flex-row" : ""}` } >
{!fullscreen ? ( ) : ( diff --git a/web/src/views/live/LiveCameraView.tsx b/web/src/views/live/LiveCameraView.tsx index 5f01e2698..2ad61dc33 100644 --- a/web/src/views/live/LiveCameraView.tsx +++ b/web/src/views/live/LiveCameraView.tsx @@ -204,7 +204,7 @@ export default function LiveCameraView({ camera }: LiveCameraViewProps) { className={ fullscreen ? `fixed inset-0 bg-black z-30` - : `size-full flex flex-col ${isMobile ? "landscape:flex-row" : ""}` + : `size-full p-2 flex flex-col ${isMobile ? "landscape:flex-row" : ""}` } >
{!isIOS && ( config?.birdseye, [config]); return ( -
+
{isMobile && ( -
+
@@ -164,7 +164,7 @@ export default function LiveDashboardView({ {events && events.length > 0 && ( -
+
{events.map((event) => { return ; })}