From 42b4af8fa5aa353df302765f4982c4003971b429 Mon Sep 17 00:00:00 2001 From: padreug Date: Sun, 14 Sep 2025 23:59:02 +0200 Subject: [PATCH] Enhance WalletPage layout and button styles for improved user experience - Updated the WalletPage layout to better accommodate different screen sizes, enhancing responsiveness. - Increased font size for balance display and adjusted button sizes for consistency. - Improved button icon sizes for better visibility and usability. These changes contribute to a more user-friendly interface on the WalletPage, making it easier to interact with wallet functionalities. --- src/modules/wallet/views/WalletPage.vue | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/src/modules/wallet/views/WalletPage.vue b/src/modules/wallet/views/WalletPage.vue index 00d1720..b72f6a6 100644 --- a/src/modules/wallet/views/WalletPage.vue +++ b/src/modules/wallet/views/WalletPage.vue @@ -118,26 +118,30 @@ onMounted(() => { Available across all your wallets -
-
- +
+ +
+
+ {{ Math.floor(totalBalance / 1000).toLocaleString() }} sats +
-
+ +