diff --git a/src/admin/public/style.css b/src/admin/public/style.css index c7a8399..1cb511b 100644 --- a/src/admin/public/style.css +++ b/src/admin/public/style.css @@ -355,7 +355,7 @@ pre { font-size: 0.8rem; white-space: pre-wrap; word-break: break-all; max-width padding: 0; position: sticky; top: 1rem; - max-height: calc(100vh - 2rem); + height: calc(100vh - 2rem); display: flex; flex-direction: column; overflow: hidden; @@ -438,10 +438,19 @@ pre { font-size: 0.8rem; white-space: pre-wrap; word-break: break-all; max-width min-width: 0; } -.stats-section { +.wallet-page { + display: flex; + flex-direction: column; + min-height: 0; +} + +.wallet-bottom { margin-top: 2rem; - border-top: 2px solid var(--border); +} + +.stats-section { padding-top: 1.5rem; + border-top: 2px solid var(--border); } .stats-section h2 { diff --git a/src/admin/views/wallets.js b/src/admin/views/wallets.js index 8a33c8c..dae60c0 100644 --- a/src/admin/views/wallets.js +++ b/src/admin/views/wallets.js @@ -169,28 +169,30 @@ export function renderWalletLayout(users, selectedUser, wallets, stats, seedPhra ` : ''; const content = ` -
| Type | Address | Balance | Created |
|---|
Select a user to view wallets
'} - ${ownerSection} -| Type | Address | Balance | Created |
|---|
Select a user to view wallets
'} +