From fd3c9da39ab2f10cd32f539f3473e6198569d9ed Mon Sep 17 00:00:00 2001 From: oimwiodev Date: Sat, 16 May 2026 21:06:20 +0100 Subject: [PATCH] Lift 3D fit annotation on desktop --- components/GlassesModelSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/GlassesModelSection.tsx b/components/GlassesModelSection.tsx index 5381d25..fdfdf5c 100644 --- a/components/GlassesModelSection.tsx +++ b/components/GlassesModelSection.tsx @@ -202,7 +202,7 @@ export default function GlassesModelSection({ t }: { t: Messages }) { { annotationRefs.current[0] = node; }} className="left-4 top-[17rem] sm:left-10 lg:left-16 lg:top-[24rem]" align="left" label={t.model.annotations[0].label} body={t.model.annotations[0].body} /> { annotationRefs.current[1] = node; }} className="right-4 top-[33rem] sm:right-10 lg:right-20 lg:top-[24rem]" align="right" label={t.model.annotations[1].label} body={t.model.annotations[1].body} /> - { annotationRefs.current[2] = node; }} className="bottom-8 left-6 sm:left-16 lg:bottom-16 lg:left-[42%]" align="left" label={t.model.annotations[2].label} body={t.model.annotations[2].body} /> + { annotationRefs.current[2] = node; }} className="bottom-8 left-6 sm:left-16 lg:bottom-24 lg:left-[42%]" align="left" label={t.model.annotations[2].label} body={t.model.annotations[2].body} /> );