Make default height for chat boxes 400px
This commit is contained in:
parent
2afdcfac80
commit
91afe09007
@ -212,7 +212,7 @@
|
|||||||
bosh_service_url: undefined, // The BOSH connection manager URL.
|
bosh_service_url: undefined, // The BOSH connection manager URL.
|
||||||
cache_otr_key: false,
|
cache_otr_key: false,
|
||||||
debug: 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,
|
expose_rid_and_sid: false,
|
||||||
forward_messages: false,
|
forward_messages: false,
|
||||||
hide_muc_server: false,
|
hide_muc_server: false,
|
||||||
|
@ -1432,7 +1432,7 @@ input.custom-xmpp-status {
|
|||||||
bottom: 6px;
|
bottom: 6px;
|
||||||
box-shadow: 1px 3px 5px 3px rgba(0, 0, 0, 0.4);
|
box-shadow: 1px 3px 5px 3px rgba(0, 0, 0, 0.4);
|
||||||
display: block;
|
display: block;
|
||||||
height: 324px;
|
height: 400px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
#conversejs .minimized-chats-flyout {
|
#conversejs .minimized-chats-flyout {
|
||||||
|
@ -1632,7 +1632,7 @@ input.custom-xmpp-status {
|
|||||||
bottom: 6px;
|
bottom: 6px;
|
||||||
box-shadow: 1px 3px 5px 3px rgba(0,0,0,0.4);
|
box-shadow: 1px 3px 5px 3px rgba(0,0,0,0.4);
|
||||||
display: block;
|
display: block;
|
||||||
height: 324px;
|
height: 400px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user