From abd41c080cbbb5a1d66927bae189601c79897ad7 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Fri, 20 Feb 2026 06:34:26 +0000 Subject: [PATCH] Autosave: 20260220-063425 --- admin/customer_service.php | 83 +++++++++---- admin/kyc.php | 132 +++++++++++---------- admin/layout.php | 5 +- api/binary.php | 12 +- api/chat.php | 48 +++++--- api/contract.php | 12 +- api/finance.php | 12 +- api/mining.php | 8 +- api/spot.php | 23 +--- api/swap.php | 10 +- assets/pasted-20260220-054817-25a82a13.png | Bin 0 -> 29391 bytes assets/pasted-20260220-055007-369dc61c.png | Bin 0 -> 29213 bytes assets/pasted-20260220-061930-5bb43e10.png | Bin 0 -> 42634 bytes auth/register.php | 2 +- includes/footer.php | 52 ++++++-- includes/lang.php | 10 ++ swap.php | 15 ++- 17 files changed, 267 insertions(+), 157 deletions(-) create mode 100644 assets/pasted-20260220-054817-25a82a13.png create mode 100644 assets/pasted-20260220-055007-369dc61c.png create mode 100644 assets/pasted-20260220-061930-5bb43e10.png diff --git a/admin/customer_service.php b/admin/customer_service.php index 525309e..c231284 100644 --- a/admin/customer_service.php +++ b/admin/customer_service.php @@ -70,6 +70,13 @@ ob_start(); font-size: 14px; line-height: 1.5; position: relative; + display: flex; + flex-direction: column; + } + .msg-time { + font-size: 10px; + opacity: 0.7; + margin-top: 4px; } .msg-admin { align-self: flex-end; @@ -77,12 +84,19 @@ ob_start(); color: #fff; border-bottom-right-radius: 2px; } + .msg-admin .msg-time { + text-align: right; + color: #e0e0e0; + } .msg-user { align-self: flex-start; background: #f0f0f0; color: #333; border-bottom-left-radius: 2px; } + .msg-user .msg-time { + color: #888; + } .chat-input-area { padding: 15px; border-top: 1px solid #eee; @@ -123,8 +137,12 @@ ob_start();