Fix trunk indicator alignment
This commit is contained in:
+4
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user