From d3e2c33bfac6a9709b5df8b51b83100a7a9ffcf7 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Fri, 1 Feb 2019 16:06:46 -0600 Subject: [PATCH 1/2] Push dropdown chevron to right side --- res/css/views/elements/_Dropdown.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/css/views/elements/_Dropdown.scss b/res/css/views/elements/_Dropdown.scss index f83a754810..27b9975570 100644 --- a/res/css/views/elements/_Dropdown.scss +++ b/res/css/views/elements/_Dropdown.scss @@ -44,7 +44,7 @@ limitations under the License. .mx_Dropdown_arrow { width: 10px; height: 6px; - padding-right: 8px; + padding-right: 9px; mask: url('$(res)/img/feather-icons/dropdown-arrow.svg'); mask-repeat: no-repeat; background: $primary-fg-color; @@ -54,6 +54,7 @@ limitations under the License. overflow: hidden; text-overflow: ellipsis; white-space: nowrap; + flex: 1; } .mx_Dropdown_option { From 84ba22f7d6c161757e9d11d7360295ddf118e997 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Fri, 1 Feb 2019 16:15:11 -0600 Subject: [PATCH 2/2] Give auth language dropdown more space --- res/css/views/auth/_AuthHeader.scss | 2 +- res/css/views/auth/_AuthHeaderLogo.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/res/css/views/auth/_AuthHeader.scss b/res/css/views/auth/_AuthHeader.scss index e1e8802437..b3d07b1925 100644 --- a/res/css/views/auth/_AuthHeader.scss +++ b/res/css/views/auth/_AuthHeader.scss @@ -18,6 +18,6 @@ limitations under the License. display: flex; flex-direction: column; width: 206px; - padding: 25px 50px; + padding: 25px 40px; box-sizing: border-box; } diff --git a/res/css/views/auth/_AuthHeaderLogo.scss b/res/css/views/auth/_AuthHeaderLogo.scss index b6f107d9c4..091fb0197b 100644 --- a/res/css/views/auth/_AuthHeaderLogo.scss +++ b/res/css/views/auth/_AuthHeaderLogo.scss @@ -17,6 +17,7 @@ limitations under the License. .mx_AuthHeaderLogo { margin-top: 15px; flex: 1; + padding: 0 10px; } .mx_AuthHeaderLogo img {