Show hedge-plan scenario preview in a modal with start/cancel.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -3536,15 +3536,24 @@ html[data-theme="light"] .opt-be-dist-down {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.hedge-plan-page-wrap .hp-preview-card {
|
||||
margin-top: 0;
|
||||
clear: both;
|
||||
}
|
||||
.hedge-plan-page-wrap .hp-action-row {
|
||||
margin-top: 10px;
|
||||
gap: 8px;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.hedge-plan-page-wrap .hp-preview-modal {
|
||||
width: min(96vw, 920px);
|
||||
}
|
||||
.hedge-plan-page-wrap .hp-preview-summary {
|
||||
margin: 0 0 10px;
|
||||
font-size: 0.84rem;
|
||||
line-height: 1.45;
|
||||
}
|
||||
.hedge-plan-page-wrap .hp-preview-actions {
|
||||
margin-top: 14px;
|
||||
justify-content: flex-end;
|
||||
gap: 10px;
|
||||
}
|
||||
.hedge-plan-page-wrap .hp-pick.active,
|
||||
.hedge-plan-page-wrap .opt-row-selected td {
|
||||
background: rgba(90, 140, 255, 0.18);
|
||||
|
||||
Reference in New Issue
Block a user