From 6031e34fbeb5327fc7dbf18e917203e111e7b032 Mon Sep 17 00:00:00 2001 From: Ayush Kumar <2580ayush2580@gmail.com> Date: Thu, 28 Jan 2021 23:07:59 +0530 Subject: [PATCH] fix language dropdown to center --- res/css/views/auth/_AuthHeader.scss | 4 ++-- res/css/views/auth/_AuthHeaderLogo.scss | 4 ++-- res/css/views/auth/_LanguageSelector.scss | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/res/css/views/auth/_AuthHeader.scss b/res/css/views/auth/_AuthHeader.scss index b1372affee..ea17723da4 100644 --- a/res/css/views/auth/_AuthHeader.scss +++ b/res/css/views/auth/_AuthHeader.scss @@ -18,7 +18,7 @@ limitations under the License. display: flex; flex-direction: column; width: 206px; - padding: 25px 40px; + padding: 25px 25px; box-sizing: border-box; } @@ -26,4 +26,4 @@ limitations under the License. .mx_AuthHeader { display: none; } -} +} \ No newline at end of file diff --git a/res/css/views/auth/_AuthHeaderLogo.scss b/res/css/views/auth/_AuthHeaderLogo.scss index 917dcabf67..7bc2a389c1 100644 --- a/res/css/views/auth/_AuthHeaderLogo.scss +++ b/res/css/views/auth/_AuthHeaderLogo.scss @@ -17,7 +17,7 @@ limitations under the License. .mx_AuthHeaderLogo { margin-top: 15px; flex: 1; - padding: 0 10px; + padding: 0 25px; } .mx_AuthHeaderLogo img { @@ -28,4 +28,4 @@ limitations under the License. .mx_AuthHeaderLogo { display: none; } -} +} \ No newline at end of file diff --git a/res/css/views/auth/_LanguageSelector.scss b/res/css/views/auth/_LanguageSelector.scss index 0823d47720..a039dce408 100644 --- a/res/css/views/auth/_LanguageSelector.scss +++ b/res/css/views/auth/_LanguageSelector.scss @@ -23,9 +23,9 @@ limitations under the License. font-size: $font-14px; font-weight: 600; color: $authpage-lang-color; - width: 160px; + width: auto; } .mx_AuthBody_language .mx_Dropdown_arrow { background: $authpage-lang-color; -} +} \ No newline at end of file