Auth: Fix scroll on small screens (#6214)
This commit is contained in:
parent
9511bae1c4
commit
8a7856a09f
@ -336,7 +336,6 @@
|
|||||||
"Search" = "Search";
|
"Search" = "Search";
|
||||||
"Contacts" = "Contacts";
|
"Contacts" = "Contacts";
|
||||||
"Settings" = "Settings";
|
"Settings" = "Settings";
|
||||||
"MenuNightMode" = "Night Mode";
|
|
||||||
"SettingsDisableNightTheme" = "Disable night mode";
|
"SettingsDisableNightTheme" = "Disable night mode";
|
||||||
"SettingsEnableNightTheme" = "Enable night mode";
|
"SettingsEnableNightTheme" = "Enable night mode";
|
||||||
"TelegramPremium" = "Telegram Premium";
|
"TelegramPremium" = "Telegram Premium";
|
||||||
@ -2257,7 +2256,6 @@
|
|||||||
"NotificationPaidExtraSearch" = "{stars} spent on extra search.";
|
"NotificationPaidExtraSearch" = "{stars} spent on extra search.";
|
||||||
"PostsSearchTransaction" = "Posts Search";
|
"PostsSearchTransaction" = "Posts Search";
|
||||||
"AllStoriesCategory" = "All stories";
|
"AllStoriesCategory" = "All stories";
|
||||||
"PostsSearchTransaction" = "Public Post Search";
|
|
||||||
"TitleRating" = "Rating";
|
"TitleRating" = "Rating";
|
||||||
"RatingReflectsActivity" = "This rating reflects {name}'s activity on Telegram. It is based on:";
|
"RatingReflectsActivity" = "This rating reflects {name}'s activity on Telegram. It is based on:";
|
||||||
"RatingYourReflectsActivity" = "This rating reflects your activity on Telegram. It is based on:";
|
"RatingYourReflectsActivity" = "This rating reflects your activity on Telegram. It is based on:";
|
||||||
|
|||||||
@ -83,6 +83,7 @@
|
|||||||
#auth-password-form,
|
#auth-password-form,
|
||||||
#auth-qr-form {
|
#auth-qr-form {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#auth-phone-number-form {
|
#auth-phone-number-form {
|
||||||
|
|||||||
2
src/types/language.d.ts
vendored
2
src/types/language.d.ts
vendored
@ -294,7 +294,6 @@ export interface LangPair {
|
|||||||
'Search': undefined;
|
'Search': undefined;
|
||||||
'Contacts': undefined;
|
'Contacts': undefined;
|
||||||
'Settings': undefined;
|
'Settings': undefined;
|
||||||
'MenuNightMode': undefined;
|
|
||||||
'SettingsDisableNightTheme': undefined;
|
'SettingsDisableNightTheme': undefined;
|
||||||
'SettingsEnableNightTheme': undefined;
|
'SettingsEnableNightTheme': undefined;
|
||||||
'TelegramPremium': undefined;
|
'TelegramPremium': undefined;
|
||||||
@ -1207,6 +1206,7 @@ export interface LangPair {
|
|||||||
'MenuArchivedChats': undefined;
|
'MenuArchivedChats': undefined;
|
||||||
'MenuContacts': undefined;
|
'MenuContacts': undefined;
|
||||||
'MenuSettings': undefined;
|
'MenuSettings': undefined;
|
||||||
|
'MenuNightMode': undefined;
|
||||||
'AriaMenuEnableNightMode': undefined;
|
'AriaMenuEnableNightMode': undefined;
|
||||||
'AriaMenuDisableNightMode': undefined;
|
'AriaMenuDisableNightMode': undefined;
|
||||||
'MenuAnimationsSwitch': undefined;
|
'MenuAnimationsSwitch': undefined;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user