From ce365cc5a1d498353c3eeafe75f8b188b1f348cc Mon Sep 17 00:00:00 2001 From: Nad Chishtie Date: Mon, 13 Jul 2020 23:12:33 +0100 Subject: [PATCH] Optically align room header height with panel heights --- res/css/views/rooms/_RoomHeader.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/css/views/rooms/_RoomHeader.scss b/res/css/views/rooms/_RoomHeader.scss index 0acc734d7e..6173ea940f 100644 --- a/res/css/views/rooms/_RoomHeader.scss +++ b/res/css/views/rooms/_RoomHeader.scss @@ -15,7 +15,7 @@ limitations under the License. */ .mx_RoomHeader { - flex: 0 0 56px; + flex: 0 0 50px; border-bottom: 1px solid $primary-hairline-color; background-color: $roomheader-bg-color; @@ -31,7 +31,7 @@ limitations under the License. .mx_RoomHeader_wrapper { margin: auto; - height: 56px; + height: 50px; display: flex; align-items: center; min-width: 0;