UI fixes & refactoring

This commit is contained in:
Čarodej
2021-10-29 15:58:54 +02:00
parent 2d7b6e4e05
commit 351d57b103
15 changed files with 216 additions and 768 deletions

View File

@@ -182,7 +182,7 @@
this.$nextTick(() => {
if (this.$refs.email)
if (this.$refs.email && !this.$isMobile())
this.$refs.email.focus()
})
})