모든 캔들차트와 보조지표 사이 사이즈조절 가능
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/* 우측 세로 툴바 — 가격축 라벨 오른쪽 전용 영역 */
|
||||
|
||||
Reference in New Issue
Block a user