From f19044fef27f0b0552584278b2183047c4af2c8d Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Mon, 19 Sep 2016 06:59:24 -0400 Subject: [PATCH] re-apply new scalar CSS --- .../views/settings/IntegrationsManager.css | 20 +++++++++---------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/src/skins/vector/css/matrix-react-sdk/views/settings/IntegrationsManager.css b/src/skins/vector/css/matrix-react-sdk/views/settings/IntegrationsManager.css index 0fa40fe1ef..93ee0e20fe 100644 --- a/src/skins/vector/css/matrix-react-sdk/views/settings/IntegrationsManager.css +++ b/src/skins/vector/css/matrix-react-sdk/views/settings/IntegrationsManager.css @@ -14,20 +14,18 @@ See the License for the specific language governing permissions and limitations under the License. */ -.mx_IntegrationsManager { - display: -webkit-flex; - display: flex; - width: 100%; - height: 100%; - -webkit-align-items: center; - align-items: center; - justify-content: center; - -webkit-justify-content: center; +.mx_IntegrationsManager .mx_Dialog { + width: 60%; + height: 70%; + overflow: hidden; + padding: 0px; + max-width: initial; + max-height: initial; } .mx_IntegrationsManager iframe { background-color: #fff; border: 0px; - width: 720px; - height: 512px; + width: 100%; + height: 100%; }