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:
Diffstat (limited to 'web/html/xui/form/tls_settings.html')
-rw-r--r--web/html/xui/form/tls_settings.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/html/xui/form/tls_settings.html b/web/html/xui/form/tls_settings.html
index d277df79..1aa53193 100644
--- a/web/html/xui/form/tls_settings.html
+++ b/web/html/xui/form/tls_settings.html
@@ -327,7 +327,7 @@
</td>
<td>
<a-form-item>
- <a-input v-model.trim="inbound.stream.reality.dest" style="width: 300px"></a-input>
+ <a-input v-model.trim="inbound.stream.reality.dest" style="width: 250px"></a-input>
</a-form-item>
</td>
</tr>
@@ -337,7 +337,7 @@
</td>
<td>
<a-form-item>
- <a-input v-model.trim="inbound.stream.reality.serverNames" style="width: 300px"></a-input>
+ <a-input v-model.trim="inbound.stream.reality.serverNames" style="width: 250px"></a-input>
</a-form-item>
</td>
</tr>
@@ -369,7 +369,7 @@
</td>
<td>
<a-form-item>
- <a-input v-model.trim="inbound.stream.reality.privateKey" style="width: 300px"></a-input>
+ <a-input v-model.trim="inbound.stream.reality.privateKey" style="width: 250px"></a-input>
</a-form-item>
</td>
</tr>
@@ -380,7 +380,7 @@
<td>
<a-form-item>
<a-input v-model.trim="inbound.stream.reality.settings.publicKey"
- style="width: 300px"></a-input>
+ style="width: 250px"></a-input>
</a-form-item>
</td>
</tr>