diff --git a/app/js/locales/en-us.json b/app/js/locales/en-us.json index 0bc813c6..5b2fc489 100644 --- a/app/js/locales/en-us.json +++ b/app/js/locales/en-us.json @@ -538,6 +538,7 @@ "login_signing_up": "Signing up", "login_sign_up": "Sign up", "login_about_title": "About", + "login_about_hide": "hide", "login_about_desc1_md": "The Telegram web-client is a free, fast and secure way to enjoy most of **Telegram**'s features right in your **web-browser**.", "login_about_desc2_md": "It is always synced with the **Telegram app** on your mobile device, which makes it a perfect tool for messaging and file sharing.", "login_about_desc3_md": "Our {source-link: source code} is open, so everyone can make a contribution.", diff --git a/app/less/app.less b/app/less/app.less index 1f446869..8d8d4fd6 100644 --- a/app/less/app.less +++ b/app/less/app.less @@ -1076,7 +1076,13 @@ a.tg_radio_on:hover i.icon-radio { font-size: 15px; font-weight: bold; text-align: left; - display: inline-block; + + .login_footer_about_hide { + color: #999; + font-size: 80%; + font-weight: normal; + margin-left: 8px; + } } p { diff --git a/app/partials/desktop/login.html b/app/partials/desktop/login.html index dd04d0d3..3556a4e1 100644 --- a/app/partials/desktop/login.html +++ b/app/partials/desktop/login.html @@ -133,7 +133,7 @@