Fix cadre overlay centré sur preview live (top/left/width/height écrasés par .preview-live img)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-23 09:00:40 +02:00
parent 6dafe61417
commit e6e7c5a9f2
2 changed files with 5 additions and 1 deletions

View File

@@ -322,6 +322,10 @@ html, body {
}
.preview-live .cadre-overlay {
top: 50%;
left: 50%;
width: auto;
height: auto;
transform: translate(-50%, -50%);
}

View File

@@ -7,7 +7,7 @@
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta name="google" content="notranslate">
<meta http-equiv="Content-Language" content="fr">
<link rel="stylesheet" href="/css/style.css?v=8">
<link rel="stylesheet" href="/css/style.css?v=9">
<link rel="stylesheet" href="/css/themes.css?v=2">
</head>
<body>