From 10b3f250ec7cec52eaf98deb582d2c69a062af00 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Mon, 13 Jul 2015 14:56:58 +0100 Subject: [PATCH] make it work in safari --- skins/base/css/organisms/RightPanel.css | 2 ++ skins/base/css/organisms/RoomView.css | 2 ++ skins/base/css/pages/MatrixChat.css | 2 ++ 3 files changed, 6 insertions(+) diff --git a/skins/base/css/organisms/RightPanel.css b/skins/base/css/organisms/RightPanel.css index d4b33c302..52d7077a6 100644 --- a/skins/base/css/organisms/RightPanel.css +++ b/skins/base/css/organisms/RightPanel.css @@ -32,6 +32,8 @@ limitations under the License. -ms-flex-order: 1; -webkit-order: 1; order: 1; + + -webkit-flex: 0 0 50px; flex: 0 0 50px; text-align: right; diff --git a/skins/base/css/organisms/RoomView.css b/skins/base/css/organisms/RoomView.css index 460a02f8b..2069f1647 100644 --- a/skins/base/css/organisms/RoomView.css +++ b/skins/base/css/organisms/RoomView.css @@ -35,6 +35,7 @@ limitations under the License. -webkit-order: 1; order: 1; + -webkit-flex: 0 0 50px; flex: 0 0 50px; border-bottom: 1px solid #d8d8d8; } @@ -85,6 +86,7 @@ limitations under the License. order: 4; width: 100%; + -webkit-flex: 0 0 50px; flex: 0 0 50px; /* background-color: #ff0; */ } diff --git a/skins/base/css/pages/MatrixChat.css b/skins/base/css/pages/MatrixChat.css index 22a53aea0..7f7f12643 100644 --- a/skins/base/css/pages/MatrixChat.css +++ b/skins/base/css/pages/MatrixChat.css @@ -33,6 +33,7 @@ limitations under the License. -webkit-order: 1; order: 1; + -webkit-flex: 0 0 230px; flex: 0 0 230px; height: 100%; } @@ -56,6 +57,7 @@ limitations under the License. -webkit-order: 3; order: 3; + -webkit-flex: 0 0 230px; flex: 0 0 230px; height: 100%; }