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:
authormhsanaei <ho3ein.sanaei@gmail.com>2025-03-04 14:50:49 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2025-03-04 14:50:49 +0300
commit14cdde371f8f3e028080bbb59729e842d029c4c4 (patch)
treee66222fd6512d757194fb01d8b390e8d9ad415fd
parent99a23f25d5c6c86a96e2c3783d2cfcdd45f44cf4 (diff)
better view for uTLS
-rw-r--r--web/html/xui/form/reality_settings.html2
-rw-r--r--web/html/xui/form/tls_settings.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/web/html/xui/form/reality_settings.html b/web/html/xui/form/reality_settings.html
index 26e5632d..97de0729 100644
--- a/web/html/xui/form/reality_settings.html
+++ b/web/html/xui/form/reality_settings.html
@@ -7,7 +7,7 @@
<a-input-number v-model.number="inbound.stream.reality.xver" :min="0"></a-input-number>
</a-form-item>
<a-form-item label='uTLS'>
- <a-select v-model="inbound.stream.reality.settings.fingerprint" style="width: 50%"
+ <a-select v-model="inbound.stream.reality.settings.fingerprint" style="width: 100%"
:dropdown-class-name="themeSwitcher.currentTheme">
<a-select-option v-for="key in UTLS_FINGERPRINT" :value="key">[[ key ]]</a-select-option>
</a-select>
diff --git a/web/html/xui/form/tls_settings.html b/web/html/xui/form/tls_settings.html
index 5890c9af..d8e18efd 100644
--- a/web/html/xui/form/tls_settings.html
+++ b/web/html/xui/form/tls_settings.html
@@ -34,7 +34,7 @@
</a-input-group>
</a-form-item>
<a-form-item label="uTLS">
- <a-select v-model="inbound.stream.tls.settings.fingerprint" style="width: 50%"
+ <a-select v-model="inbound.stream.tls.settings.fingerprint" style="width: 100%"
:dropdown-class-name="themeSwitcher.currentTheme">
<a-select-option value=''>None</a-select-option>
<a-select-option v-for="key in UTLS_FINGERPRINT" :value="key">[[ key ]]</a-select-option>