From 2093bb2a5ecaa9f00992f59f8d8eb6a911216713 Mon Sep 17 00:00:00 2001 From: void-57 Date: Tue, 14 Oct 2025 04:41:19 +0530 Subject: [PATCH] Refactor transaction details label and enhance mobile balance section styling --- index.html | 2 +- style.css | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index d31046b..89cc914 100644 --- a/index.html +++ b/index.html @@ -2267,7 +2267,7 @@

Transaction Details

- Hash Lookup + Hash
diff --git a/style.css b/style.css index 8ebc3c6..ac5bda7 100644 --- a/style.css +++ b/style.css @@ -2459,6 +2459,8 @@ body { background: var(--primary-color-dark); } + + .toggle-container { flex-shrink: 0; } @@ -2488,7 +2490,7 @@ body { gap: 0.75rem; } - /* balance section on mobile */ + /* Improve overall balance section on mobile */ .balance-info { padding: 1rem; }