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 f6ba2321c8bce906561d3fe28f312f44367aa34b..aa06fe72ae0fabdf4074548da9408e41bd6a2ab0 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;