From 495bfb9683c7d78113f44cb106a245f9371df9d6 Mon Sep 17 00:00:00 2001 From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com> Date: Sun, 17 Dec 2023 18:46:50 +0330 Subject: Minor improvements in UI (#1399) --- web/html/xui/form/stream/stream_grpc.html | 4 ++-- web/html/xui/form/tls_settings.html | 22 +++++++++++----------- web/html/xui/inbounds.html | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) (limited to 'web/html/xui') diff --git a/web/html/xui/form/stream/stream_grpc.html b/web/html/xui/form/stream/stream_grpc.html index e8c14e7c..27effccc 100644 --- a/web/html/xui/form/stream/stream_grpc.html +++ b/web/html/xui/form/stream/stream_grpc.html @@ -1,10 +1,10 @@ {{define "form/streamGRPC"}} - + -{{end}} \ No newline at end of file +{{end}} diff --git a/web/html/xui/form/tls_settings.html b/web/html/xui/form/tls_settings.html index a0c9292a..07527e7f 100644 --- a/web/html/xui/form/tls_settings.html +++ b/web/html/xui/form/tls_settings.html @@ -74,10 +74,10 @@ @@ -125,10 +125,10 @@ @@ -175,10 +175,10 @@ - + - + @@ -191,4 +191,4 @@ -{{end}} \ No newline at end of file +{{end}} diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index 3d1bc625..8203a577 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 2px -13px;"> + :style="isMobile ? 'margin: -12px 2px -13px;' : 'margin: -12px 22px -13px;'"> {{template "client_table"}} -- cgit v1.2.3