From 57758d35099023f3e03e0b55978075fb0f71412a Mon Sep 17 00:00:00 2001 From: Mukan Erkin Date: Sat, 25 Apr 2026 10:52:57 +0300 Subject: [PATCH] =?UTF-8?q?fix(mse):=20widen=20left=20panel=20to=20360px,?= =?UTF-8?q?=20sell=20btn=20=E2=86=92=20$=20icon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- src/web/bot.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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(''); }