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
2c8c872a
Commit
2c8c872a
authored
Jan 29, 2018
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes #959
parent
37e4ed6f
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
2 deletions
+11
-2
CHANGES.md
CHANGES.md
+1
-0
css/converse.css
css/converse.css
+2
-0
css/inverse.css
css/inverse.css
+2
-0
css/mobile.css
css/mobile.css
+4
-2
sass/_core.scss
sass/_core.scss
+2
-0
No files found.
CHANGES.md
View file @
2c8c872a
...
...
@@ -6,6 +6,7 @@
-
Various fixes for IE11.
-
Could not register on Ejabberd 18.
`"Missing attribute 'id' in tag qualified by namespace 'jabber:client'"`
-
#959 Add padding for the iPhone X (to the mobile CSS).
-
#993
`moment.format`
is not a function error when sending a message.
-
#994 TypeError when using the
`user.login`
API.
-
#995
`ChildNode.replaceWith`
is not available in Internet Explorer or Safari. Use
`Node.replaceChild`
instead.
...
...
css/converse.css
View file @
2c8c872a
...
...
@@ -1099,6 +1099,8 @@
#converse-embedded-chat
,
#conversejs
{
padding-left
:
env
(
safe-area-inset-left
);
padding-right
:
env
(
safe-area-inset-right
);
bottom
:
0
;
color
:
#777
;
direction
:
ltr
;
...
...
css/inverse.css
View file @
2c8c872a
...
...
@@ -1099,6 +1099,8 @@
#converse-embedded-chat
,
#conversejs
{
padding-left
:
env
(
safe-area-inset-left
);
padding-right
:
env
(
safe-area-inset-right
);
bottom
:
0
;
color
:
#777
;
direction
:
ltr
;
...
...
css/mobile.css
View file @
2c8c872a
#conversejs
{
left
:
0px
;
right
:
0px
;
padding-left
:
env
(
safe-area-inset-left
);
padding-right
:
env
(
safe-area-inset-right
);
}
.converse-chatroom
{
font-size
:
14px
;
}
.intro
{
padding
:
0
;
height
:
100vh
;
padding
:
0
;
height
:
100vh
;
}
sass/_core.scss
View file @
2c8c872a
...
...
@@ -8,6 +8,8 @@
#converse-embedded-chat
,
#conversejs
{
padding-left
:
env
(
safe-area-inset-left
);
padding-right
:
env
(
safe-area-inset-right
);
bottom
:
0
;
color
:
$text-color
;
direction
:
ltr
;
...
...
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