diff --git a/lib/common/static/instance_theme.css b/lib/common/static/instance_theme.css index 5cbf283..666356f 100644 --- a/lib/common/static/instance_theme.css +++ b/lib/common/static/instance_theme.css @@ -3322,6 +3322,16 @@ html[data-theme="light"] .opt-be-dist-down { .hedge-plan-page-wrap .options-strike-table-wrap--t { max-height: 168px; } +.hedge-plan-page-wrap .options-dual-grid { + grid-template-columns: 1fr 1fr; + align-items: stretch; +} +.hedge-plan-page-wrap .options-dual-grid > .card { + height: 100%; + min-height: 0; + display: flex; + flex-direction: column; +} .hedge-plan-page-wrap .hp-pick.active, .hedge-plan-page-wrap .opt-row-selected td { background: rgba(90, 140, 255, 0.18); diff --git a/lib/instance/templates/embed_shell.html b/lib/instance/templates/embed_shell.html index 122ef30..3cc52f0 100644 --- a/lib/instance/templates/embed_shell.html +++ b/lib/instance/templates/embed_shell.html @@ -7,7 +7,7 @@ - +