From 3d56247ef3e83c3581225003c96fbb6751bb1cf6 Mon Sep 17 00:00:00 2001
From: Luke Barnard <lukeb@openmarket.com>
Date: Mon, 20 Feb 2017 15:22:56 +0000
Subject: [PATCH] StatusBarArea height of 50px when typing/calling

Change the height of the StatusBar (and for calls, typing) to 48px such that with the StatusAreaBox_line, they add to 50px.
---
 .../matrix-react-sdk/structures/_RoomStatusBar.scss    | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/skins/vector/css/matrix-react-sdk/structures/_RoomStatusBar.scss b/src/skins/vector/css/matrix-react-sdk/structures/_RoomStatusBar.scss
index f6ba2321c8..aa06fe72ae 100644
--- a/src/skins/vector/css/matrix-react-sdk/structures/_RoomStatusBar.scss
+++ b/src/skins/vector/css/matrix-react-sdk/structures/_RoomStatusBar.scss
@@ -16,7 +16,7 @@ limitations under the License.
 
 .mx_RoomStatusBar {
     margin-left: 65px;
-    min-height: 50px;
+    min-height: 48px;
 }
 
 /* position the indicator in the same place horizontally as .mx_EventTile_avatar. */
@@ -31,8 +31,8 @@ limitations under the License.
 }
 
 .mx_RoomStatusBar_callBar {
-    height: 50px;
-    line-height: 50px;
+    height: 48px;
+    line-height: 48px;
 }
 
 .mx_RoomStatusBar_placeholderIndicator span {
@@ -146,8 +146,8 @@ limitations under the License.
 }
 
 .mx_RoomStatusBar_typingBar {
-    height: 50px;
-    line-height: 50px;
+    height: 48px;
+    line-height: 48px;
 
     color: $primary-fg-color;
     opacity: 0.5;
-- 
GitLab