From 4981723cea0434d02203310074acc70d57adf231 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Thu, 17 Aug 2017 19:05:56 +0100 Subject: [PATCH] expand auxPanel when showing apps --- .../vector/css/matrix-react-sdk/structures/_RoomView.scss | 4 ++++ .../vector/css/matrix-react-sdk/views/rooms/_AppsDrawer.scss | 2 ++ 2 files changed, 6 insertions(+) diff --git a/src/skins/vector/css/matrix-react-sdk/structures/_RoomView.scss b/src/skins/vector/css/matrix-react-sdk/structures/_RoomView.scss index ae7735de8a..faed5b8b7a 100644 --- a/src/skins/vector/css/matrix-react-sdk/structures/_RoomView.scss +++ b/src/skins/vector/css/matrix-react-sdk/structures/_RoomView.scss @@ -76,6 +76,10 @@ limitations under the License. flex: 0 0 auto; } +.mx_RoomView_auxPanel_apps { + max-width: 1920px ! important; +} + .mx_RoomView_topUnreadMessagesBar { order: 3; } 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 75064d9324..92eda070cf 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 @@ -43,6 +43,7 @@ limitations under the License. } .mx_AppTile { + max-width: 960px; width: 50%; margin: 0 5px 2px 0; border: 1px solid $primary-hairline-color; @@ -52,6 +53,7 @@ limitations under the License. } .mx_AppTileFullWidth { + max-width: 960px; width: 100%; margin: 0; padding: 0;