diff --git a/recharge.php b/recharge.php index f88add9..f0b591a 100644 --- a/recharge.php +++ b/recharge.php @@ -371,11 +371,25 @@ $bep20_addr = $settings['usdt_bep20_address'] ?? '0x742d35Cc6634C0532925a3b844Bc .chat-column { display: none !important; } .info-side { width: 100% !important; - min-height: 100vh !important; + min-height: auto !important; border-radius: 24px !important; + padding: 1.25rem !important; + justify-content: flex-start !important; } - .modal-dialog { margin: 0; } - .modal-content { border-radius: 0; height: 100vh; } + .modal-dialog { + margin: 10px !important; + min-height: calc(100vh - 20px); + display: flex; + align-items: center; + } + .modal-content { + border-radius: 24px !important; + height: auto !important; + max-height: 85vh !important; + overflow-y: auto !important; + } + .display-5 { font-size: 2.2rem !important; } + h2 { font-size: 1.4rem !important; } } /* Premium Desktop Styling */