Browse Source

fix color & stream view

MHSanaei 1 year ago
parent
commit
6367b1c69f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      web/assets/css/custom.css
  2. 1 1
      web/html/xui/form/stream/stream_settings.html

+ 1 - 1
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,

+ 1 - 1
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>