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:
authorTara Rostami <132676256+TaraRostami@users.noreply.github.com>2024-02-22 22:20:38 +0300
committerGitHub <noreply@github.com>2024-02-22 22:20:38 +0300
commitfc3ea2dd4bb81bd5a09fcae8bcc8d4958818eda4 (patch)
tree439967735c82acdffbd6c885506351298472163b /web/html/xui/fakedns_modal.html
parentfe7a5f1813c0c0fb741c4c516a9e317a57205c03 (diff)
Ultra Dark Theme for 3X-UI (#1871)
Diffstat (limited to 'web/html/xui/fakedns_modal.html')
-rw-r--r--web/html/xui/fakedns_modal.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/fakedns_modal.html b/web/html/xui/fakedns_modal.html
index c830f44d..c3abe5d5 100644
--- a/web/html/xui/fakedns_modal.html
+++ b/web/html/xui/fakedns_modal.html
@@ -7,7 +7,7 @@
<a-input v-model.trim="fakednsModal.fakeDns.ipPool"></a-input>
</a-form-item>
<a-form-item label='{{ i18n "pages.xray.fakedns.poolSize" }}'>
- <a-input type="number" min="1" v-model.trim="fakednsModal.fakeDns.poolSize"></a-input>
+ <a-input-number style="width: 100%;" type="number" min="1" v-model.trim="fakednsModal.fakeDns.poolSize"></a-input-number>
</a-form-item>
</a-form>
</a-modal>