Embed payout settings in worker stats
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 28s

This commit is contained in:
Codex Bot
2026-03-24 12:28:40 +01:00
parent e84611bdf0
commit b6fb015c37
3 changed files with 58 additions and 12 deletions

View File

@@ -256,6 +256,20 @@ footer a {
height: 100%;
}
.settings-card label {
display: block;
margin-bottom: 8px;
color: var(--text-dim);
font-size: 11px;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
}
.settings-card #action_update_message {
margin-bottom: 14px;
}
.getting-started-inner {
padding: 22px;
}