global: private xpub support part 2

This commit is contained in:
nym21
2026-06-17 11:25:42 +02:00
parent 0c7861071d
commit 43df9e098c
68 changed files with 1836 additions and 1653 deletions
+15
View File
@@ -0,0 +1,15 @@
main.wallets {
.wallets__field {
display: grid;
gap: 0.375rem;
min-width: 0;
}
.wallets__label {
color: var(--gray);
font-size: var(--font-size-xs);
line-height: var(--line-height-xs);
text-transform: uppercase;
}
}