fix: login title shifts the input fields

* chore: revert "fix: reduced login title font-size for mobile (#3105)"

* chore: short login title translation for russian

* chore: change login title translation for ukrainian
This commit is contained in:
Shishkevich D. 2025-07-06 13:22:09 +07:00 committed by GitHub
parent a243365c0f
commit d8a10f4738
3 changed files with 2 additions and 8 deletions

View file

@ -298,12 +298,6 @@
}
}
@media (max-width: 1024px) {
.title {
font-size: 1.4rem;
}
}
.words-wrapper {
width: 100%;
display: inline-block;

View file

@ -84,7 +84,7 @@
[pages.login]
"hello" = "Привет!"
"title" = "Добро пожаловать!"
"title" = "Приветствие!"
"loginAgain" = "Сессия истекла. Войдите в систему снова"
[pages.login.toasts]

View file

@ -84,7 +84,7 @@
[pages.login]
"hello" = "Привіт"
"title" = "Ласкаво просимо"
"title" = "Привітання!"
"loginAgain" = "Ваш сеанс закінчився, увійдіть знову"
[pages.login.toasts]