Skip to content

Commit 14cdde3

Browse files
committed
better view for uTLS
1 parent 99a23f2 commit 14cdde3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/html/xui/form/reality_settings.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<a-input-number v-model.number="inbound.stream.reality.xver" :min="0"></a-input-number>
88
</a-form-item>
99
<a-form-item label='uTLS'>
10-
<a-select v-model="inbound.stream.reality.settings.fingerprint" style="width: 50%"
10+
<a-select v-model="inbound.stream.reality.settings.fingerprint" style="width: 100%"
1111
:dropdown-class-name="themeSwitcher.currentTheme">
1212
<a-select-option v-for="key in UTLS_FINGERPRINT" :value="key">[[ key ]]</a-select-option>
1313
</a-select>

web/html/xui/form/tls_settings.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</a-input-group>
3535
</a-form-item>
3636
<a-form-item label="uTLS">
37-
<a-select v-model="inbound.stream.tls.settings.fingerprint" style="width: 50%"
37+
<a-select v-model="inbound.stream.tls.settings.fingerprint" style="width: 100%"
3838
:dropdown-class-name="themeSwitcher.currentTheme">
3939
<a-select-option value=''>None</a-select-option>
4040
<a-select-option v-for="key in UTLS_FINGERPRINT" :value="key">[[ key ]]</a-select-option>

0 commit comments

Comments
 (0)