Explorar o código

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
Shishkevich D. hai 1 día
pai
achega
98a1517470

+ 0 - 6
web/html/login.html

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

+ 1 - 1
web/translation/translate.ru_RU.toml

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

+ 1 - 1
web/translation/translate.uk_UA.toml

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