feat: options sheet sizing, ITM/OTM labels, and 14-day chain view

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-07 09:06:45 +08:00
parent d6d1ac5818
commit c1647822fb
8 changed files with 172 additions and 29 deletions
+26
View File
@@ -2401,4 +2401,30 @@ html[data-theme="light"] .settings-export-link {
.opt-row-actions .btn-secondary {
margin-right: 4px;
}
.opt-moneyness {
display: inline-block;
padding: 2px 8px;
border-radius: 4px;
font-size: 0.78rem;
font-weight: 600;
}
.opt-moneyness-itm {
color: #7ee787;
background: rgba(46, 160, 67, 0.15);
}
.opt-moneyness-otm {
color: #a8b3cf;
background: rgba(136, 146, 176, 0.12);
}
.opt-moneyness-atm {
color: #ffd166;
background: rgba(255, 209, 102, 0.12);
}
.options-order-mode-row {
flex-wrap: wrap;
gap: 8px;
}
.options-order-mode-row input[type="number"] {
width: 88px;
}