fix(B06): 단 수 조작을 높이 행과 같은 형식으로 + 버튼 행열 정렬
- 추가 기슭막이(단): 직접 입력 제거 — 높이와 동일한 [- 값 +] 형식(0단 표기) - 값 조작 버튼 26×22 고정 폭 — 높이·단 수·십자 이동의 열이 맞는다 - 값 표시 폭 3.5em 고정(높이 2.0m / 0단 동일 열) Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -637,28 +637,20 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* 숫자 입력의 브라우저 스피너 제거(2026-08-22 사용자 — +/- 버튼으로 조작). */
|
||||
.b06-structure-panel__count::-webkit-inner-spin-button,
|
||||
.b06-structure-panel__count::-webkit-outer-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.b06-structure-panel__count {
|
||||
-moz-appearance: textfield;
|
||||
appearance: textfield;
|
||||
/* 값 조작 버튼은 정사각 고정 폭 — 높이·단 수·십자 이동의 행열이 맞는다
|
||||
(2026-08-22 사용자 — 버튼 행열 정렬). */
|
||||
.b06-structure-panel__controls .b06-structure-panel__btn {
|
||||
box-sizing: border-box;
|
||||
width: 26px;
|
||||
height: 22px;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
width: 2.5em;
|
||||
padding: 0 4px;
|
||||
border: 1px solid var(--color-border);
|
||||
border-radius: var(--radius-inputs);
|
||||
background: var(--color-surface);
|
||||
color: var(--color-text-body);
|
||||
font-size: var(--text-caption);
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.b06-structure-panel__hval {
|
||||
min-width: 3em;
|
||||
box-sizing: border-box;
|
||||
width: 3.5em;
|
||||
text-align: center;
|
||||
color: var(--color-text-body);
|
||||
font-size: var(--text-caption);
|
||||
|
||||
Reference in New Issue
Block a user