diff --git a/src/web/bot.html b/src/web/bot.html index 53368b2..4705af8 100644 --- a/src/web/bot.html +++ b/src/web/bot.html @@ -66,7 +66,7 @@ /* ── MAIN 3-COLUMN LAYOUT ────────────────────── */ #layout { flex: 1; display: grid; min-height: 0; - grid-template-columns: 300px 1fr 260px; + grid-template-columns: 360px 1fr 260px; grid-template-rows: 1fr; } @@ -168,8 +168,8 @@ /* cancel / sell btns in table */ .btn-cancel { background: none; border: none; color: var(--muted); cursor: pointer; font-size: 12px; padding: 0 2px; line-height: 1; } .btn-cancel:hover { color: var(--red); } - .btn-sell { background: none; border: 1px solid var(--yellow); color: var(--yellow); border-radius: 4px; cursor: pointer; font-size: 11px; padding: 2px 8px; line-height: 1; } - .btn-sell:hover { background: rgba(243,156,18,.15); } + .btn-sell { background: none; border: none; color: var(--yellow); cursor: pointer; font-size: 13px; font-weight: 700; padding: 0 2px; line-height: 1; } + .btn-sell:hover { color: #f5a623; } @@ -622,7 +622,7 @@ function renderOpenTable() { ${fmt(p.sell_target, 4)} ${pnlHtml} - + `; }).join(''); }