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
path: root/web/html
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2023-12-04 22:44:55 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-12-04 22:44:55 +0300
commit6367b1c69f50696228804b23bbaf03f752be6c34 (patch)
treeb3176774217ee94748fd53ad714a42a24a9f5379 /web/html
parent7cb88d665fca8ce774a6ca2e677ab5a9a16f6273 (diff)
fix color & stream view
Diffstat (limited to 'web/html')
-rw-r--r--web/html/xui/form/stream/stream_settings.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/form/stream/stream_settings.html b/web/html/xui/form/stream/stream_settings.html
index cac65207..78b393dd 100644
--- a/web/html/xui/form/stream/stream_settings.html
+++ b/web/html/xui/form/stream/stream_settings.html
@@ -2,7 +2,7 @@
<!-- select stream network -->
<a-form layout="inline">
<a-form-item label='{{ i18n "transmission" }}'>
- <a-select v-model="inbound.stream.network" @change="streamNetworkChange" :dropdown-class-name="themeSwitcher.currentTheme">
+ <a-select v-model="inbound.stream.network" @change="streamNetworkChange" :dropdown-class-name="themeSwitcher.currentTheme" style="width: 100px;">
<a-select-option value="tcp">TCP</a-select-option>
<a-select-option value="kcp">KCP</a-select-option>
<a-select-option value="ws">WS</a-select-option>