Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
11bd3db8
Commit
11bd3db8
authored
Oct 05, 2018
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes #1190 by explicitly setting the column width
parent
7a330600
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
dist/converse.js
dist/converse.js
+1
-1
index.html
index.html
+2
-1
src/templates/chatarea.html
src/templates/chatarea.html
+1
-1
No files found.
dist/converse.js
View file @
11bd3db8
...
...
@@ -78398,7 +78398,7 @@ var _ = {escape:__webpack_require__(/*! ./node_modules/lodash/escape.js */ "./no
module.exports = function(o) {
var __t, __p = '', __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
__p += '<!-- src/templates/chatarea.html -->\n<div class="chat-area col">\n <div class="chat-content ';
__p += '<!-- src/templates/chatarea.html -->\n<div class="chat-area col
-md-9 col-8
">\n <div class="chat-content ';
if (o.show_send_button) { ;
__p += 'chat-content-sendbutton';
} ;
index.html
View file @
11bd3db8
...
...
@@ -19,6 +19,7 @@
<!-- *********************************************************************** -->
<
![
if
gte
IE
11
]
>
<script
src=
"3rdparty/libsignal-protocol.js"
></script>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"css/converse.css"
/>
<script
src=
"dist/converse.js"
></script>
<
![
endif
]
>
...
...
@@ -356,7 +357,7 @@
converse
.
initialize
({
// Please use this connection manager only for testing purposes
bosh_service_url
:
'
https://conversejs.org/http-bind/
'
,
show_controlbox_by_default
:
true
,
show_controlbox_by_default
:
true
});
</script>
</html>
src/templates/chatarea.html
View file @
11bd3db8
<div
class=
"chat-area col"
>
<div
class=
"chat-area col
-md-9 col-8
"
>
<div
class=
"chat-content {[ if (o.show_send_button) { ]}chat-content-sendbutton{[ } ]}"
></div>
<div
class=
"message-form-container"
/>
</div>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment