From bfbfe59d9deeb0f986517e83f0dd79c846c91fbd Mon Sep 17 00:00:00 2001 From: Janne Mareike Koschinski Date: Wed, 29 Jun 2022 12:58:08 +0200 Subject: [PATCH] =?UTF-8?q?Correct=20new=20search=20input=E2=80=99s=20roun?= =?UTF-8?q?ded=20corners=20(#8921)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- res/css/views/dialogs/_SpotlightDialog.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/res/css/views/dialogs/_SpotlightDialog.scss b/res/css/views/dialogs/_SpotlightDialog.scss index ebd5324be13..586b9540b77 100644 --- a/res/css/views/dialogs/_SpotlightDialog.scss +++ b/res/css/views/dialogs/_SpotlightDialog.scss @@ -58,6 +58,7 @@ limitations under the License. .mx_SpotlightDialog_searchBox { margin: 0; border: none; + border-radius: 8px 8px 0 0; padding: $spacing-12 $spacing-16; border-bottom: 1px solid $system;