From 24ef7498422bedc73661ea9ebd1300ec12ac681d Mon Sep 17 00:00:00 2001 From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com> Date: Sun, 10 Dec 2023 20:35:15 +0330 Subject: [PATCH] Update custom.css (#1310) * Update custom.css * Update custom.css --- web/assets/css/custom.css | 6 +++++- web/html/xui/inbounds.html | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css index dccc3696..837ca739 100644 --- a/web/assets/css/custom.css +++ b/web/assets/css/custom.css @@ -92,8 +92,12 @@ style attribute { } .ant-table-body { overflow-x: auto !important; - margin: 4px 0; } + +tr.ant-table-expanded-row td>.ant-table-wrapper { + margin: -12px -16px -13px; +} + .ant-card-hoverable { cursor: auto; cursor: pointer; diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index 7b655543..00d647f1 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -423,7 +423,7 @@ :columns="isMobile ? innerMobileColumns : innerColumns" :data-source="getInboundClients(record)" :pagination=pagination(getInboundClients(record)) - :style="isMobile ? 'margin: -16px -5px -17px;' : 'margin-left: 10px;'"> + :style="isMobile ? 'margin: -12px -5px -13px;' : 'margin-left: 10px;'"> {{template "client_table"}}