Refactor transaction details label and enhance mobile balance section styling

This commit is contained in:
void-57 2025-10-14 04:41:19 +05:30
parent 20c8953902
commit 2093bb2a5e
2 changed files with 4 additions and 2 deletions

View File

@ -2267,7 +2267,7 @@
<div class="blockchain-section">
<div class="blockchain-header">
<h4><i class="fas fa-receipt"></i> Transaction Details</h4>
<span class="blockchain-badge primary">Hash Lookup</span>
<span class="blockchain-badge primary">Hash</span>
</div>
<div class="detail-row">

View File

@ -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;
}