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
+19
View File
@@ -0,0 +1,19 @@
main.wallets {
.wallets__dialog {
width: min(100% - 2rem, 30rem);
border: 1px solid color-mix(in oklch, var(--gray) 36%, transparent);
border-radius: 0.5rem;
padding: 1rem;
color: var(--white);
background: var(--black);
h2 {
margin: 0;
}
}
.wallets__dialog::backdrop {
background: color-mix(in oklch, var(--black) 72%, transparent);
}
}