diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-12-04 22:44:55 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-12-04 22:44:55 +0300 |
| commit | 6367b1c69f50696228804b23bbaf03f752be6c34 (patch) | |
| tree | b3176774217ee94748fd53ad714a42a24a9f5379 /web | |
| parent | 7cb88d665fca8ce774a6ca2e677ab5a9a16f6273 (diff) | |
fix color & stream view
Diffstat (limited to 'web')
| -rw-r--r-- | web/assets/css/custom.css | 2 | ||||
| -rw-r--r-- | web/html/xui/form/stream/stream_settings.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css index ca7c7b87..cc11427d 100644 --- a/web/assets/css/custom.css +++ b/web/assets/css/custom.css @@ -683,7 +683,7 @@ style attribute { .dark .ant-tag-purple { background-color: #2c1e32; border-color: #49394e; - color: #f2eaf1; + color: #f7aeed; } .dark .ant-modal-content, 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> |
