보조지표 추가 팝업에서 지표 드래그 이동문제

This commit is contained in:
Macbook
2026-06-03 02:16:48 +09:00
parent 8de3b77479
commit 8cba6a612a
5 changed files with 114 additions and 25 deletions
+43 -6
View File
@@ -970,13 +970,36 @@
.btd-main-head {
flex-shrink: 0;
padding: 8px 12px 0;
display: flex;
flex-direction: column;
gap: 2px;
}
.btd-main-title {
.btd-main-ko {
margin: 0;
font-size: 0.88rem;
font-size: 0.92rem;
font-weight: 700;
color: var(--btd-gold);
color: var(--se-text);
line-height: 1.25;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.btd-main-strategy {
margin: 0;
font-size: 0.75rem;
font-weight: 600;
color: var(--se-text-muted);
line-height: 1.3;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.btd-main-meta {
font-weight: 500;
color: var(--se-text-dim);
}
.btd-main-content {
@@ -1121,13 +1144,27 @@
min-width: 0;
}
.btd-history-title {
.btd-history-ko {
display: block;
font-size: 0.72rem;
font-size: 0.8rem;
font-weight: 700;
color: var(--se-text);
line-height: 1.3;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.btd-history-strategy {
display: block;
font-size: 0.68rem;
font-weight: 600;
color: var(--se-text-muted);
line-height: 1.35;
margin-bottom: 4px;
margin-bottom: 3px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.btd-history-date {