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>2024-02-28 19:23:18 +0300
committerGitHub <noreply@github.com>2024-02-28 19:23:18 +0300
commitd6cd0611d4c52e00dae9e96b6cdab4c44cb8d5fb (patch)
treec47abff1be800c3bd48a5ef71bb89bd6f79fe503 /web/html/xui/form/protocol/socks.html
parentaad2cd8739fe6d6e2be99ef4381c480691b98e14 (diff)
Minor fixes (#1943)v2.2.1
Diffstat (limited to 'web/html/xui/form/protocol/socks.html')
-rw-r--r--web/html/xui/form/protocol/socks.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/form/protocol/socks.html b/web/html/xui/form/protocol/socks.html
index ccaec0d7..105603e5 100644
--- a/web/html/xui/form/protocol/socks.html
+++ b/web/html/xui/form/protocol/socks.html
@@ -11,7 +11,7 @@
@change="checked => inbound.settings.auth = checked ? 'password' : 'noauth'"></a-switch>
</a-form-item>
<template v-if="inbound.settings.auth === 'password'">
- <table style="width: 100%; text-align: center; margin-bottom: 10px;">
+ <table style="width: 100%; text-align: center; margin: 1rem 0;">
<tr>
<td width="45%">{{ i18n "username" }}</td>
<td width="45%">{{ i18n "password" }}</td>