From a54a2cd382359e404e2130c928e31e8e25894713 Mon Sep 17 00:00:00 2001 From: Philipp Walter Date: Sun, 22 May 2022 11:13:51 +0200 Subject: [PATCH] Improve On-chain and Lightning wallet UI (#24) --- src/components/BitcoinWallet.vue | 14 ++++++++++---- src/components/LightningWallet.vue | 23 ++++++++++++++++------- src/components/Utility/FeeSelector.vue | 4 ++-- src/global-styles/custom.scss | 4 ++-- 4 files changed, 30 insertions(+), 15 deletions(-) diff --git a/src/components/BitcoinWallet.vue b/src/components/BitcoinWallet.vue index 0fd27ea..0648b0c 100644 --- a/src/components/BitcoinWallet.vue +++ b/src/components/BitcoinWallet.vue @@ -232,10 +232,11 @@
@@ -458,10 +463,11 @@
diff --git a/src/global-styles/custom.scss b/src/global-styles/custom.scss index 04af0aa..178759b 100644 --- a/src/global-styles/custom.scss +++ b/src/global-styles/custom.scss @@ -527,8 +527,8 @@ svg.icon-clock { //wallet .wallet-content { - height: 22rem; - overflow-y: scroll; + height: 25rem; + overflow-y: auto; } .wallet-buttons { height: 3.5rem;