From ac9075a82a24234f8b6698f4070549b0d45abcd1 Mon Sep 17 00:00:00 2001
From: Richard Lewis <rick@matrix.org>
Date: Tue, 30 May 2017 10:47:29 +0100
Subject: [PATCH] Increase panel height

---
 .../vector/css/matrix-react-sdk/views/rooms/_AppsDrawer.scss  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/skins/vector/css/matrix-react-sdk/views/rooms/_AppsDrawer.scss b/src/skins/vector/css/matrix-react-sdk/views/rooms/_AppsDrawer.scss
index bf838b85..ae39e7f7 100644
--- a/src/skins/vector/css/matrix-react-sdk/views/rooms/_AppsDrawer.scss
+++ b/src/skins/vector/css/matrix-react-sdk/views/rooms/_AppsDrawer.scss
@@ -47,7 +47,7 @@ limitations under the License.
     margin: 0 5px 2px 0;
     border: 1px solid $primary-hairline-color;
     border-radius: 2px;
-    height: 200px;
+    height: 350px;
     // display: inline-block;
 }
 
@@ -70,7 +70,7 @@ limitations under the License.
 
 .mx_AppTileBody iframe {
     width: 100%;
-    height: 181px;
+    height: 331px;
     overflow: hidden;
     border: none;
 }