From e6e7c5a9f2b02b3869f4d7995acb3eccfbef2d65 Mon Sep 17 00:00:00 2001 From: Jules Date: Tue, 23 Jun 2026 09:00:40 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20cadre=20overlay=20centr=C3=A9=20sur=20pre?= =?UTF-8?q?view=20live=20(top/left/width/height=20=C3=A9cras=C3=A9s=20par?= =?UTF-8?q?=20.preview-live=20img)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- frontend/css/style.css | 4 ++++ frontend/index.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/css/style.css b/frontend/css/style.css index 749643d..e35e2f0 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -322,6 +322,10 @@ html, body { } .preview-live .cadre-overlay { + top: 50%; + left: 50%; + width: auto; + height: auto; transform: translate(-50%, -50%); } diff --git a/frontend/index.html b/frontend/index.html index 8744dca..f3e60ae 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -7,7 +7,7 @@ - +