diff --git a/css/main.css b/css/main.css index 2514c8f..27f4d88 100644 --- a/css/main.css +++ b/css/main.css @@ -1399,10 +1399,7 @@ body { text-overflow: ellipsis; } -/* Generate & Recover Pages */ -.generate-info { - margin-bottom: 2rem; -} + /* Transaction Filter and Pagination Controls */ .transaction-controls { @@ -1662,7 +1659,7 @@ body { } } -.wallet-generated h3, + .wallet-recovered h3 { display: flex; align-items: center; @@ -1850,7 +1847,11 @@ sm-popup::part(popup) { /* Popup Header */ .popup-header { - background: linear-gradient(135deg, var(--primary-color), var(--primary-dark)); + background: linear-gradient( + 135deg, + var(--primary-color), + var(--primary-dark) + ); color: white; padding: 2rem 1.5rem 1.5rem; text-align: center; @@ -1946,7 +1947,11 @@ sm-popup::part(popup) { } .amount-highlight { - background: linear-gradient(135deg, rgba(59, 130, 246, 0.05), rgba(16, 185, 129, 0.05)); + background: linear-gradient( + 135deg, + rgba(59, 130, 246, 0.05), + rgba(16, 185, 129, 0.05) + ); border: 2px solid var(--primary-color); box-shadow: 0 4px 15px rgba(59, 130, 246, 0.1); } @@ -1955,7 +1960,11 @@ sm-popup::part(popup) { width: 40px; height: 40px; border-radius: 10px; - background: linear-gradient(135deg, var(--primary-color), var(--primary-dark)); + background: linear-gradient( + 135deg, + var(--primary-color), + var(--primary-dark) + ); color: white; display: flex; align-items: center; @@ -1988,7 +1997,7 @@ sm-popup::part(popup) { } .address-text { - font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace; + font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace; font-size: 0.75rem !important; background: rgba(59, 130, 246, 0.1); padding: 0.375rem 0.5rem; @@ -2143,7 +2152,7 @@ sm-popup::part(popup) { } .address-value { - font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace; + font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace; font-size: 0.75rem !important; background: rgba(59, 130, 246, 0.1); padding: 0.25rem 0.5rem; @@ -2152,7 +2161,7 @@ sm-popup::part(popup) { } .hash-value { - font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace; + font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace; font-size: 0.75rem !important; background: rgba(16, 185, 129, 0.1); padding: 0.25rem 0.5rem; @@ -2201,7 +2210,11 @@ sm-popup::part(popup) { } .btn-confirm { - background: linear-gradient(135deg, var(--primary-color), var(--primary-dark)); + background: linear-gradient( + 135deg, + var(--primary-color), + var(--primary-dark) + ); color: white; border: 2px solid var(--primary-color); box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3); @@ -2672,12 +2685,12 @@ sm-popup::part(popup) { } .page-header h2 { - font-size: 1.5rem; + font-size: 1.5rem; gap: 0.5rem; } .page-header p { - font-size: 0.9rem; + font-size: 0.9rem; } /* More compact info cards on mobile */ @@ -2742,12 +2755,17 @@ sm-popup::part(popup) { max-width: 100%; } - .popup-actions:not(#sendConfirm .popup-actions):not(#transactionSuccess .popup-actions) { + .popup-actions:not(#sendConfirm .popup-actions):not( + #transactionSuccess .popup-actions + ) { flex-direction: column; gap: 1rem; } - .popup-actions:not(#sendConfirm .popup-actions):not(#transactionSuccess .popup-actions) .btn { + .popup-actions:not(#sendConfirm .popup-actions):not( + #transactionSuccess .popup-actions + ) + .btn { width: 100%; min-width: auto; justify-content: center; @@ -3014,8 +3032,8 @@ sm-popup::part(popup) { } } -/* Generate and Retrieve Actions */ -.generate-actions, +/* Retrieve Actions */ + .retrieve-actions { display: flex; flex-direction: column; @@ -3090,12 +3108,10 @@ sm-popup::part(popup) { } @media (max-width: 768px) { - .generate-actions, .retrieve-actions { gap: 0.75rem; } - .generate-btn, .retrieve-btn { padding: 0.75rem 1rem; font-size: 0.9rem; diff --git a/index.html b/index.html index 774c23c..a5c3434 100644 --- a/index.html +++ b/index.html @@ -78,11 +78,6 @@ Send XRP -
No transactions found for this address.
${xrpResult.address}
-
- ${xrpResult.seed}
-
- ${btcResult.address}
-
- ${btcResult.privateKey}
-
- ${floResult.address}
-
- ${floResult.privateKey}
-
-