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>2025-04-27 07:22:43 +0300
committerGitHub <noreply@github.com>2025-04-27 07:22:43 +0300
commit2fbb1ca6c97cb4124910caf7d32ec21ff3ca87ab (patch)
tree1a8f72007f491184774b55b9732d15ec325817a4 /web/html/component
parent3b47028060dc588deec3680a77c4ec919c6c504c (diff)
chore: minor fixes for login page
Diffstat (limited to 'web/html/component')
-rw-r--r--web/html/component/aThemeSwitch.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/component/aThemeSwitch.html b/web/html/component/aThemeSwitch.html
index ccc17714..431614d6 100644
--- a/web/html/component/aThemeSwitch.html
+++ b/web/html/component/aThemeSwitch.html
@@ -24,7 +24,7 @@
{{define "component/themeSwitchTemplateLogin"}}
<template>
- <a-space direction="vertical" :size="10" :style="{ width: '100%' }">
+ <a-space @mousedown="themeSwitcher.animationsOff()" id="change-theme" direction="vertical" :size="10" :style="{ width: '100%' }">
<a-space direction="horizontal" size="small">
<a-switch size="small" :default-checked="themeSwitcher.isDarkTheme" @change="themeSwitcher.toggleTheme()"></a-switch>
<span>{{ i18n "menu.dark" }}</span>