Move 期期 USDC transfer into T-quote card to free left panel.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -217,6 +217,7 @@
|
||||
el.textContent = text || "";
|
||||
el.classList.toggle("is-err", kind === "err");
|
||||
el.classList.toggle("is-ok", kind === "ok");
|
||||
el.classList.toggle("muted", !kind);
|
||||
}
|
||||
|
||||
function ooXferDir() {
|
||||
|
||||
@@ -3281,13 +3281,17 @@ html[data-theme="light"] .opt-be-dist-down {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
border: 1px solid rgba(255, 255, 255, 0.06);
|
||||
}
|
||||
.hedge-plan-page-wrap .hp-oo-transfer--compact {
|
||||
margin: 12px 0 8px;
|
||||
padding: 8px 10px;
|
||||
}
|
||||
.hedge-plan-page-wrap .hp-oo-transfer-bals {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: baseline;
|
||||
gap: 6px 8px;
|
||||
margin-bottom: 8px;
|
||||
font-size: 0.78rem;
|
||||
margin-bottom: 6px;
|
||||
font-size: 0.76rem;
|
||||
}
|
||||
.hedge-plan-page-wrap .hp-oo-transfer-bals strong {
|
||||
color: var(--text, #e6edf3);
|
||||
@@ -3311,15 +3315,15 @@ html[data-theme="light"] .opt-be-dist-down {
|
||||
width: 96px;
|
||||
max-width: 30vw;
|
||||
}
|
||||
.hedge-plan-page-wrap .hp-oo-transfer-msg {
|
||||
margin: 6px 0 0;
|
||||
.hedge-plan-page-wrap #hp-oo-xfer-msg {
|
||||
margin-left: auto;
|
||||
font-size: 0.72rem;
|
||||
min-height: 1.1em;
|
||||
}
|
||||
.hedge-plan-page-wrap .hp-oo-transfer-msg.is-err {
|
||||
.hedge-plan-page-wrap #hp-oo-xfer-msg.is-err {
|
||||
color: #ff8a8a;
|
||||
}
|
||||
.hedge-plan-page-wrap .hp-oo-transfer-msg.is-ok {
|
||||
.hedge-plan-page-wrap #hp-oo-xfer-msg.is-ok {
|
||||
color: #3dd68c;
|
||||
}
|
||||
.hedge-plan-page-wrap .hp-oo-controls {
|
||||
|
||||
Reference in New Issue
Block a user