tests and eurc
All checks were successful
Deploy / build-deploy (push) Successful in 4m19s

This commit is contained in:
Jorijn van der Graaf 2026-08-15 00:54:05 +02:00
commit 749f525f83
44 changed files with 5380 additions and 3532 deletions

View file

@ -737,6 +737,19 @@ treatment it replaces, which read as the wrong category for the work.
.order__vat { color: var(--text-faint); font-size: var(--step--1); margin-top: var(--s-2); }
.order__indicative { color: var(--text-muted); font-size: var(--step--1); max-width: var(--measure); }
.order__note { color: var(--text-muted); font-size: var(--step--1); max-width: var(--measure); }
/* The EURC receiving address: selectable as one run, breakable anywhere
a 42-character hex string has no natural wrap point. */
.order__address {
display: block;
padding: var(--s-1) var(--s0);
word-break: break-all;
user-select: all;
-webkit-user-select: all;
}
.order__chains { list-style: none; padding-left: 0; }
.order__chains li { margin-block-end: var(--s-1); max-width: var(--measure); }
.order__chains small { color: var(--text-faint); }
.order__chains small code { font-size: inherit; word-break: break-all; }
.order__keep {
margin-top: var(--s2);
color: var(--text-faint);