Keep options internal transfer controls on a single row.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-08-16 16:11:46 +08:00
parent cdbc947838
commit 48ea7e1bc7
4 changed files with 33 additions and 3 deletions
+30
View File
@@ -4599,6 +4599,36 @@ html[data-theme="light"] .opt-order-chip {
margin: 0 0 6px;
font-size: 0.72rem;
}
.options-funds-fold .options-funds-row--single {
flex-wrap: nowrap;
gap: 5px;
align-items: center;
overflow-x: auto;
}
.options-funds-fold .options-funds-row--single > select,
.options-funds-fold .options-funds-row--single > input[type="number"],
.options-funds-fold .options-funds-row--single > button {
flex: 0 0 auto;
width: auto;
max-width: none;
min-width: 0;
}
.options-funds-fold .options-funds-row--single > select {
min-width: 4.5em;
max-width: 7.5em;
padding: 4px 6px;
font-size: 0.72rem;
}
.options-funds-fold .options-funds-row--single > input[type="number"] {
width: 5.5rem;
min-width: 4.5rem;
padding: 4px 6px;
font-size: 0.72rem;
}
.options-funds-fold .options-funds-row--single > .btn-sm {
padding: 4px 8px;
white-space: nowrap;
}
.options-pos-stack,
.options-pos-tab-body {
flex: 1;