From 72056128fea8a3b4b255b1c8e1188f1ac2361fd8 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Thu, 30 Jul 2020 17:41:26 +0100 Subject: [PATCH] Larger chevron for rebrand --- res/css/views/dialogs/_RebrandDialog.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/css/views/dialogs/_RebrandDialog.scss b/res/css/views/dialogs/_RebrandDialog.scss index 61af4dd10f..534584ae2a 100644 --- a/res/css/views/dialogs/_RebrandDialog.scss +++ b/res/css/views/dialogs/_RebrandDialog.scss @@ -53,8 +53,8 @@ limitations under the License. .mx_RebrandDialog_chevron::after { content: ''; display: inline-block; - width: 18px; - height: 18px; + width: 30px; + height: 30px; mask-position: center; mask-size: contain; mask-repeat: no-repeat;