From 32cf4061281af74acc08d7a4bce0c81ab23ff033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Mon, 20 Dec 2021 13:44:03 +0100 Subject: [PATCH] fix icon-button alignment in address --- ui/src/components/Address.svelte | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/ui/src/components/Address.svelte b/ui/src/components/Address.svelte index 0bc3b76..24c5c08 100644 --- a/ui/src/components/Address.svelte +++ b/ui/src/components/Address.svelte @@ -59,7 +59,11 @@ {/if} {#if banner && isFile} - + {/if} @@ -101,4 +105,10 @@ .resolving { opacity: 0.7; } + + sl-icon-button { + &::part(base) { + padding: 0 .25em; + } + }