Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTara Rostami <132676256+TaraRostami@users.noreply.github.com>2023-12-17 18:16:50 +0300
committerGitHub <noreply@github.com>2023-12-17 18:16:50 +0300
commit495bfb9683c7d78113f44cb106a245f9371df9d6 (patch)
treec2fd9426abc3bee4f46a0101b0f2fac0ea4a1685 /web/html/xui/inbounds.html
parent9b60b0fd458df0ee7547024f2bd0b16fd09b6a15 (diff)
Minor improvements in UI (#1399)
Diffstat (limited to 'web/html/xui/inbounds.html')
-rw-r--r--web/html/xui/inbounds.html2
1 files changed, 1 insertions, 1 deletions
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"}}
</a-table>
</template>