diff --git a/src/frontend/src/lib/components/core/NavbarWallet.svelte b/src/frontend/src/lib/components/core/NavbarWallet.svelte index 403ac025a..183df6754 100644 --- a/src/frontend/src/lib/components/core/NavbarWallet.svelte +++ b/src/frontend/src/lib/components/core/NavbarWallet.svelte @@ -5,7 +5,6 @@ import Hr from '$lib/components/ui/Hr.svelte'; import Popover from '$lib/components/ui/Popover.svelte'; import WalletActions from '$lib/components/wallet/WalletActions.svelte'; - import WalletIds from '$lib/components/wallet/WalletIds.svelte'; import WalletPicker from '$lib/components/wallet/WalletPicker.svelte'; import WalletTokenPicker from '$lib/components/wallet/WalletTokenPicker.svelte'; import WalletBalanceById from '$lib/components/wallet/balance/WalletBalanceById.svelte'; @@ -51,13 +50,11 @@ -
-
-
+
@@ -68,8 +65,6 @@ {/if} {#if nonNullish(selectedWallet)} - -
@@ -105,6 +100,12 @@ padding: var(--padding-0_5x) 0 0; } + .token-selector { + :global(div.picker) { + margin: 0 0 var(--padding-0_5x); + } + } + .picker { :global(select) { margin: var(--padding-0_5x) 0; diff --git a/src/frontend/src/lib/components/wallet/balance/WalletTotal.svelte b/src/frontend/src/lib/components/wallet/balance/WalletTotal.svelte index 082869b40..3a7a5521e 100644 --- a/src/frontend/src/lib/components/wallet/balance/WalletTotal.svelte +++ b/src/frontend/src/lib/components/wallet/balance/WalletTotal.svelte @@ -1,7 +1,11 @@ - +