가상매매 챠트모드 수정

This commit is contained in:
Macbook
2026-06-08 21:20:54 +09:00
parent 80c78d75bc
commit 77562e5b8f
3 changed files with 42 additions and 34 deletions
@@ -1608,6 +1608,22 @@
display: none !important;
}
/* 보조지표 pane 좌측 상단 지표명 */
.vtd-card-chart-canvas .pane-legend-item {
right: 46px;
width: auto;
max-width: none;
}
.vtd-card-chart-canvas .pane-legend-name {
font-size: 10px;
flex: 0 0 auto;
max-width: none;
overflow: visible;
text-overflow: clip;
white-space: nowrap;
}
.vtd-card-chart-canvas > .tv-chart-wrap {
flex: 1;
min-height: 0;