From b9b74139bf6ec75a352b317fff85c4879a4692cb Mon Sep 17 00:00:00 2001 From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com> Date: Thu, 14 Dec 2023 16:44:45 +0330 Subject: Better login page & css correction (#1368) * Update custom.css * Update login.html * Update inbounds.html * Update custom.css * Update custom.css --- web/html/xui/inbounds.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/html/xui/inbounds.html') diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index 89c90831..3d1bc625 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -427,7 +427,7 @@ :columns="isMobile ? innerMobileColumns : innerColumns" :data-source="getInboundClients(record)" :pagination=pagination(getInboundClients(record)) - style="margin: -12px -6px -13px;"> + style="margin: -12px 2px -13px;"> {{template "client_table"}} @@ -1310,4 +1310,4 @@ {{template "clientsBulkModal"}} - \ No newline at end of file + -- cgit v1.2.3