From 91afe09007952efee37a4e5e51c3966ae90b2917 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Mon, 17 Nov 2014 10:48:58 +0100 Subject: [PATCH] Make default height for chat boxes 400px --- converse.js | 2 +- css/converse.css | 2 +- less/converse.less | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/converse.js b/converse.js index 925df1d74..d57e8ca4b 100644 --- a/converse.js +++ b/converse.js @@ -212,7 +212,7 @@ bosh_service_url: undefined, // The BOSH connection manager URL. cache_otr_key: false, debug: false, - default_box_height: 324, // The default height, in pixels, for the control box, chat boxes and chatrooms. + default_box_height: 400, // The default height, in pixels, for the control box, chat boxes and chatrooms. expose_rid_and_sid: false, forward_messages: false, hide_muc_server: false, diff --git a/css/converse.css b/css/converse.css index 7c5d12eee..fad124e6e 100644 --- a/css/converse.css +++ b/css/converse.css @@ -1432,7 +1432,7 @@ input.custom-xmpp-status { bottom: 6px; box-shadow: 1px 3px 5px 3px rgba(0, 0, 0, 0.4); display: block; - height: 324px; + height: 400px; position: absolute; } #conversejs .minimized-chats-flyout { diff --git a/less/converse.less b/less/converse.less index 43eab87e2..f8c2719ba 100644 --- a/less/converse.less +++ b/less/converse.less @@ -1632,7 +1632,7 @@ input.custom-xmpp-status { bottom: 6px; box-shadow: 1px 3px 5px 3px rgba(0,0,0,0.4); display: block; - height: 324px; + height: 400px; position: absolute; }