From 0db2211f6aee5be0e48a300340d7ff9631eb58fc Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Mon, 23 Feb 2026 08:38:29 +0000 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=95=B4=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- recharge.php | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) 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 */