From bd984b2ddbf64251bbf6098d0d1282280a5fa44c Mon Sep 17 00:00:00 2001 From: 23rd <23rd@vivaldi.net> Date: Tue, 31 Jan 2023 17:22:41 +0300 Subject: [PATCH] Removed unused keys from passport.style. --- Telegram/SourceFiles/passport/passport.style | 3 --- 1 file changed, 3 deletions(-) diff --git a/Telegram/SourceFiles/passport/passport.style b/Telegram/SourceFiles/passport/passport.style index a652fe8bc0..b8f77ff0da 100644 --- a/Telegram/SourceFiles/passport/passport.style +++ b/Telegram/SourceFiles/passport/passport.style @@ -13,8 +13,6 @@ using "info/info.style"; using "chat_helpers/chat_helpers.style"; passportPasswordPadding: margins(20px, 30px, 20px, 40px); -passportPasswordForgotSkip: 5px; -passportPasswordAboutSkip: 15px; passportPasswordLabel: FlatLabel(boxLabel) { minWidth: 275px; align: align(top); @@ -119,7 +117,6 @@ passportRowEmptyIcon: icon {{ "passport_empty", menuIconFgOver }}; passportRowTitleFg: windowFg; passportRowDescriptionFg: windowSubTextFg; -passportScansHeaderPadding: margins(22px, 10px, 22px, 10px); passportUploadButton: SettingsButton(defaultSettingsButton) { textFg: windowActiveTextFg; textFgOver: windowActiveTextFg;