보조지표 전체보기 후 복귀버튼 추가

This commit is contained in:
Macbook
2026-06-02 23:44:37 +09:00
parent c6976a2e03
commit 08fb442d4a
5 changed files with 206 additions and 2 deletions
+20
View File
@@ -2526,6 +2526,26 @@ html.theme-blue {
opacity: 1;
}
/* 보조지표 단독 전체보기 — pane 우측 상단 복원 */
.indicator-pane-controls {
display: flex;
pointer-events: auto;
opacity: 0.88;
transition: opacity 0.15s;
}
.indicator-pane-controls:hover {
opacity: 1;
}
.chart-right-toolbar-cluster--focus-restore {
right: 0;
left: auto;
}
.chart-right-toolbar-btn--restore.active {
color: var(--accent);
border-color: rgba(122, 162, 247, 0.65);
background: rgba(122, 162, 247, 0.22);
}
/* ── PaneLegend 드래그 핸들 ─────────────────────────────────────────── */
.pane-legend-item {
/* fixed position 은 인라인 style 로 지정되므로 여기선 공통 속성만 */