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:
authormhsanaei <ho3ein.sanaei@gmail.com>2024-09-16 14:52:21 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2024-09-16 14:52:21 +0300
commitfbcab5bc5240e8257616d4aa528cc5a876efd1d7 (patch)
treece7d200c6ef2f9c4eca03887320cf7ed8d24c234
parent89c79c3ec394ea296753d9030948fde19fcdb693 (diff)
login page - more width for lang
-rw-r--r--web/html/login.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/login.html b/web/html/login.html
index 102e4856..717adc56 100644
--- a/web/html/login.html
+++ b/web/html/login.html
@@ -449,7 +449,7 @@
<a-row justify="center" class="centered">
<a-col :span="24">
<a-select ref="selectLang" v-model="lang"
- @change="setLang(lang)" style="width: 150px;"
+ @change="setLang(lang)" style="width: 200px;"
:dropdown-class-name="themeSwitcher.currentTheme">
<a-select-option :value="l.value" label="English" v-for="l in supportLangs">
<span role="img" aria-label="l.name" v-text="l.icon"></span>