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

@ -297,12 +297,6 @@
min-height: 40px; min-height: 40px;
} }
} }
@media (max-width: 1024px) {
.title {
font-size: 1.4rem;
}
}
.words-wrapper { .words-wrapper {
width: 100%; width: 100%;

View file

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

View file

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