feat: Add link for payout txs
All checks were successful
Build Docker / BuildImage (push) Successful in 51s
Check Code Quality / RuffCheck (push) Successful in 1m9s

This commit is contained in:
2026-04-04 21:13:53 +11:00
parent 74a93877b9
commit dbbba6a8eb
3 changed files with 13 additions and 3 deletions

View File

@@ -277,6 +277,16 @@ th {
color: var(--muted);
}
.txid-link {
color: var(--accent);
text-decoration: none;
font-family: "Courier New", Courier, monospace;
font-size: 12px;
}
.txid-link:hover {
text-decoration: underline;
}
@media (min-width: 920px) {
.panel.split {
grid-template-columns: 1fr 1fr;