浏览代码

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. 1 天之前
父节点
当前提交
98a1517470
共有 3 个文件被更改,包括 2 次插入8 次删除
  1. 0 6
      web/html/login.html
  2. 1 1
      web/translation/translate.ru_RU.toml
  3. 1 1
      web/translation/translate.uk_UA.toml

+ 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]