fix(B06): 횡단 카드 암 경계 버튼 그룹 하단 행 가운데 맞춤
방위각 삭제로 space-between 3분할이 깨져 좌측에 붙던 것을 절대 배치로 행 중앙 고정. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -539,10 +539,17 @@
|
||||
font-family: var(--font-mono);
|
||||
}
|
||||
|
||||
/* 암 경계선 제어(E-7) — **중심고·방위각 행 가운데**(2026-08-02 사용자 지시).
|
||||
그래프 안 오버레이였을 때는 단면을 가렸다. footer가 space-between이라 두 수치 사이에
|
||||
끼우면 자연히 가운데로 온다. */
|
||||
/* 암 경계선 제어(E-7) — 하단 정보 행 **가운데 맞춤**(2026-08-06 사용자 지시).
|
||||
방위각 삭제로 space-between 3분할 배치가 깨져 좌측에 붙었다 — 절대 배치로
|
||||
행 중앙에 고정한다(중심고·반폭 버튼과 겹치지 않는 폭). */
|
||||
.b06-cross-card > footer {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.b06-cross-card__rockb {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
flex: 0 0 auto;
|
||||
border-radius: var(--radius-inputs);
|
||||
padding: 1px 4px;
|
||||
|
||||
Reference in New Issue
Block a user