From 8ba659b36bd97b8cb7ce39f3b211e3a083a1b358 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Wed, 29 Oct 2025 14:30:24 -0500 Subject: [PATCH] fix mobile landscape --- .../components/overlay/detail/AnnotationOffsetSlider.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/web/src/components/overlay/detail/AnnotationOffsetSlider.tsx b/web/src/components/overlay/detail/AnnotationOffsetSlider.tsx index 28f508555..14f389d8a 100644 --- a/web/src/components/overlay/detail/AnnotationOffsetSlider.tsx +++ b/web/src/components/overlay/detail/AnnotationOffsetSlider.tsx @@ -8,6 +8,7 @@ import { useSWRConfig } from "swr"; import { toast } from "sonner"; import { Trans, useTranslation } from "react-i18next"; import { LuInfo } from "react-icons/lu"; +import { cn } from "@/lib/utils"; type Props = { className?: string; @@ -66,13 +67,13 @@ export default function AnnotationOffsetSlider({ className }: Props) { }, [annotationOffset, camera, mutate, t]); return ( -