From b14d436e98c9d19321f352ef5dfe4b3f1a5f2e88 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 16 Jan 2019 11:14:19 +0100 Subject: [PATCH] make cancel button icon slightly larger --- res/css/views/rooms/_SearchBar.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/css/views/rooms/_SearchBar.scss b/res/css/views/rooms/_SearchBar.scss index 612ad81fe5..dddc87e5dd 100644 --- a/res/css/views/rooms/_SearchBar.scss +++ b/res/css/views/rooms/_SearchBar.scss @@ -58,8 +58,8 @@ limitations under the License. mask: url('../../../img/cancel.svg'); mask-repeat: no-repeat; mask-position: center; - mask-size: 12px; - padding: 10px; + mask-size: 14px; + padding: 9px; margin: 0 12px 0 3px; cursor: pointer; }