From 375f6fa4d84454fe80374fdf6efc2292510ddfa4 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 13 Jul 2020 18:19:10 +0200 Subject: [PATCH] make search field 32px high, just like avatars --- res/css/structures/_RoomSearch.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/structures/_RoomSearch.scss b/res/css/structures/_RoomSearch.scss index eddc4cd064..371bab1611 100644 --- a/res/css/structures/_RoomSearch.scss +++ b/res/css/structures/_RoomSearch.scss @@ -19,7 +19,7 @@ limitations under the License. flex: 1; border-radius: 20px; background-color: $roomlist2-button-bg-color; - height: 26px; + height: 28px; padding: 2px; // Create a flexbox for the icons (easier to manage)