From ac81caafed14a09cc68f33b50b0e35bd43bee36b Mon Sep 17 00:00:00 2001 From: Mononaut Date: Mon, 29 Mar 2021 19:50:47 -0600 Subject: [PATCH] Fix tx info width --- src/components/TxInfo.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TxInfo.svelte b/src/components/TxInfo.svelte index 3988e1b..a0e8af1 100644 --- a/src/components/TxInfo.svelte +++ b/src/components/TxInfo.svelte @@ -14,7 +14,7 @@ function formatBTC (sats) { .tx-info { position: fixed; z-index: 50; - width: 200px; + width: 240px; display: block; transform: translate(-1rem, -120%); pointer-events: none;