From 4f8307605f0126de0519c23b298c8b7691006e90 Mon Sep 17 00:00:00 2001 From: nigelrudolf Date: Tue, 1 Sep 2020 13:41:02 -0400 Subject: [PATCH 1/3] Fixed 1px jump upwards on filter room members box Signed-off-by: nigelrudolf --- res/css/structures/_SearchBox.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/css/structures/_SearchBox.scss b/res/css/structures/_SearchBox.scss index 23ee06f7b3..8c36ceee9e 100644 --- a/res/css/structures/_SearchBox.scss +++ b/res/css/structures/_SearchBox.scss @@ -26,8 +26,8 @@ limitations under the License. cursor: pointer; background-image: url('$(res)/img/icons-close.svg'); background-repeat: no-repeat; - width: 16px; - height: 16px; + width: 15px; + height: 15px; background-position: center; padding: 9px; } From 7550a92df9617241776a373b260b1aaa527e1b93 Mon Sep 17 00:00:00 2001 From: Nigel Mansell Date: Tue, 1 Sep 2020 13:58:48 -0400 Subject: [PATCH 2/3] Fixed 1px jump upwards on filter room members box Signed-off-by: Nigel Mansell --- res/css/structures/_SearchBox.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/css/structures/_SearchBox.scss b/res/css/structures/_SearchBox.scss index 23ee06f7b3..8c36ceee9e 100644 --- a/res/css/structures/_SearchBox.scss +++ b/res/css/structures/_SearchBox.scss @@ -26,8 +26,8 @@ limitations under the License. cursor: pointer; background-image: url('$(res)/img/icons-close.svg'); background-repeat: no-repeat; - width: 16px; - height: 16px; + width: 15px; + height: 15px; background-position: center; padding: 9px; } From 421af52e76942bfd3127674d398ba481ffe3cb95 Mon Sep 17 00:00:00 2001 From: Nigel Mansell Date: Tue, 8 Sep 2020 15:29:16 -0400 Subject: [PATCH 3/3] Fixed 1px jump upwards on filter room members box Signed-off-by: Nigel Mansell --- res/css/structures/_SearchBox.scss | 4 ++-- res/css/views/rooms/_MemberList.scss | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/res/css/structures/_SearchBox.scss b/res/css/structures/_SearchBox.scss index 8c36ceee9e..23ee06f7b3 100644 --- a/res/css/structures/_SearchBox.scss +++ b/res/css/structures/_SearchBox.scss @@ -26,8 +26,8 @@ limitations under the License. cursor: pointer; background-image: url('$(res)/img/icons-close.svg'); background-repeat: no-repeat; - width: 15px; - height: 15px; + width: 16px; + height: 16px; background-position: center; padding: 9px; } diff --git a/res/css/views/rooms/_MemberList.scss b/res/css/views/rooms/_MemberList.scss index 90667d41b4..2366667c95 100644 --- a/res/css/views/rooms/_MemberList.scss +++ b/res/css/views/rooms/_MemberList.scss @@ -70,6 +70,10 @@ limitations under the License. } } +.mx_MemberList_query { + height: 16px; +} + .mx_MemberList_wrapper { padding: 10px; }