Fix trunk indicator alignment

This commit is contained in:
seo
2026-06-26 01:42:44 +09:00
parent 2b76a779c6
commit 6fda0f1233
2 changed files with 7 additions and 2 deletions
+4 -2
View File
@@ -830,9 +830,11 @@ if (isset($_GET['mode']) && $_GET['mode'] === 'usage') {
position: absolute; background: var(--accent-red);
box-shadow: 0 0 10px var(--accent-red);
opacity: 0; border-radius: 2px;
transform: var(--door-transform, none);
transform-origin: center;
transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.door-line.open { opacity: 1; transform: scale(1.1); }
.door-line.open { opacity: 1; transform: var(--door-transform, none) scale(1.1); }
/* 더뉴 니로 2020 탑뷰 실루엣 기준 */
.dp-fl { top: 132px; left: calc(50% - 86px); width: 4px; height: 72px; }
@@ -841,7 +843,7 @@ if (isset($_GET['mode']) && $_GET['mode'] === 'usage') {
.dp-rl { top: 225px; left: calc(50% - 86px); width: 4px; height: 78px; }
.dp-rr { top: 225px; right: calc(50% - 86px); width: 4px; height: 78px; }
.dp-tk { bottom: 28px; left: 50%; transform: translateX(-50%); width: 86px; height: 4px; }
.dp-tk { --door-transform: translateX(-50%); bottom: 28px; left: 50%; width: 86px; height: 4px; }
/* Headlights */
.headlight-beam {