가상투자 종목카드박스 레이아웃 수정

This commit is contained in:
Macbook
2026-05-26 16:42:57 +09:00
parent 7cf43609dc
commit c0d21ac825
25 changed files with 1632 additions and 61 deletions
@@ -1431,6 +1431,37 @@
color: var(--accent, #3f7ef5);
}
.vtd-card-foot-controls {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-end;
gap: 6px 8px;
min-width: 0;
max-width: 78%;
}
.vtd-card-foot-field {
display: flex;
min-width: 0;
}
.vtd-card-foot-select {
min-width: 100px;
max-width: 140px;
padding: 4px 8px;
border-radius: 8px;
border: 1px solid var(--se-border);
background: var(--se-panel-card-bg);
color: var(--se-text);
font-size: 11px;
}
.vtd-card-foot-select--tf {
min-width: 72px;
max-width: 96px;
}
.vtd-sig-panel-title {
font-size: 10px;
font-weight: 800;