mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-15 13:08:12 -07:00
global: private xpub support part 1
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
main.wallets {
|
||||
.wallets__settings {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.75rem;
|
||||
align-items: end;
|
||||
justify-content: end;
|
||||
}
|
||||
|
||||
.wallets__settings .wallets__field {
|
||||
min-width: min(100%, 14rem);
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 34rem) {
|
||||
main.wallets {
|
||||
.wallets__settings {
|
||||
justify-content: start;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user