From e4d0e222e3f3d96e1ac2691c3213d094c361fcde Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Sun, 17 Mar 2024 08:28:50 -0500 Subject: [PATCH] move handlebar timestamp outside of timeline on mobile (#10501) --- web/src/components/timeline/ReviewTimeline.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/web/src/components/timeline/ReviewTimeline.tsx b/web/src/components/timeline/ReviewTimeline.tsx index ccd77216e..5f42a0d9e 100644 --- a/web/src/components/timeline/ReviewTimeline.tsx +++ b/web/src/components/timeline/ReviewTimeline.tsx @@ -1,4 +1,5 @@ import { ReactNode, RefObject } from "react"; +import { isIOS, isMobile } from "react-device-detect"; export type ReviewTimelineProps = { timelineRef: RefObject; @@ -55,7 +56,7 @@ export function ReviewTimeline({ {showHandlebar && (
@@ -72,14 +73,16 @@ export function ReviewTimeline({
-
+