모든 캔들차트와 보조지표 사이 사이즈조절 가능

This commit is contained in:
Macbook
2026-06-22 01:32:47 +09:00
parent f5e5bbfdff
commit 23ccb89d2c
5 changed files with 7 additions and 9 deletions
+2 -2
View File
@@ -1172,13 +1172,13 @@ html.desktop-client .tmb-logo-version {
transform: translateY(-50%);
height: 2px;
border-radius: 1px;
background: transparent;
background: color-mix(in srgb, var(--border, rgba(100, 120, 180, 0.35)) 45%, transparent);
transition: background 0.15s ease;
}
.chart-pane-resize-handle:hover::after,
.chart-pane-resize-handle:active::after {
background: rgba(100, 120, 180, 0.55);
background: color-mix(in srgb, var(--accent, rgba(100, 120, 180, 0.55)) 55%, transparent);
}
/* 우측 세로 툴바 — 가격축 라벨 오른쪽 전용 영역 */