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
1bcb33ab
Commit
1bcb33ab
authored
Jul 17, 2017
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
emoji: Fix alignment issues of messages containing emojis
parent
e4ebcc8f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
7 deletions
+19
-7
css/inverse.css
css/inverse.css
+8
-3
sass/inverse/_chatbox.scss
sass/inverse/_chatbox.scss
+9
-1
sass/inverse/_variables.scss
sass/inverse/_variables.scss
+2
-3
No files found.
css/inverse.css
View file @
1bcb33ab
...
...
@@ -1263,7 +1263,7 @@
transform
:
rotate
(
359deg
);
}
}
#converse-embedded-chat
.emojione
,
#conversejs
.emojione
{
height
:
2
4
px
;
}
height
:
2
2
px
;
}
#converse-embedded-chat
.spinner
,
#conversejs
.spinner
{
-webkit-animation
:
spin
2s
infinite
,
linear
;
...
...
@@ -1819,7 +1819,7 @@ body {
#converse-embedded-chat
.chatbox
form
.sendXMPPMessage
.chat-toolbar
li
.toolbar-menu
ul
.emoji-category-picker
li
,
#converse-embedded-chat
.chatbox
form
.sendXMPPMessage
.chat-toolbar
li
.toolbar-menu
ul
.emoji-skintone-picker
li
,
#conversejs
.chatbox
form
.sendXMPPMessage
.chat-toolbar
li
.toolbar-menu
ul
.emoji-category-picker
li
,
#conversejs
.chatbox
form
.sendXMPPMessage
.chat-toolbar
li
.toolbar-menu
ul
.emoji-skintone-picker
li
{
height
:
3
4
px
;
height
:
3
2
px
;
padding
:
5px
;
z-index
:
98
;
}
#converse-embedded-chat
.chatbox
form
.sendXMPPMessage
.chat-toolbar
li
.toolbar-menu
ul
.emoji-category-picker
li
.emoji
a
,
#converse-embedded-chat
.chatbox
form
.sendXMPPMessage
.chat-toolbar
li
.toolbar-menu
ul
.emoji-skintone-picker
li
.emoji
a
,
...
...
@@ -1921,8 +1921,13 @@ body {
border-top-right-radius
:
7px
;
}
#conversejs
.chatbox
.chat-body
.chat-message
{
font-size
:
14px
;
line-height
:
20px
;
margin
:
0.5em
0
;
}
#conversejs
.chatbox
.chat-body
.chat-message
.chat-msg-author
{
line-height
:
22px
;
}
#conversejs
.chatbox
.chat-body
.chat-message
.chat-msg-content
{
line-height
:
22px
;
}
#conversejs
.chatbox
.chat-body
.chat-message
.chat-msg-content
.emojione
{
margin-bottom
:
-6px
;
}
#conversejs
.chatbox
.chat-content
{
padding
:
0
1em
1em
1em
;
border-top-left-radius
:
7px
;
...
...
sass/inverse/_chatbox.scss
View file @
1bcb33ab
...
...
@@ -44,8 +44,16 @@
.chat-message
{
font-size
:
$font-size-small
;
line-height
:
$line-height-small
;
margin
:
0
.5em
0
;
.chat-msg-author
{
line-height
:
$line-height
;
}
.chat-msg-content
{
line-height
:
$line-height
;
.emojione
{
margin-bottom
:
-6px
;
}
}
}
}
.chat-content
{
...
...
sass/inverse/_variables.scss
View file @
1bcb33ab
...
...
@@ -52,7 +52,8 @@ $send-button-margin: 3px !default;
$message-them-color
:
$red
!
default
;
$emoji_height
:
24px
!
default
;
$emoji_height
:
22px
!
default
;
$emoji-picker-height
:
150px
!
default
;
$roster-height
:
194px
!
default
;
$roster-item-height
:
30px
!
default
;
...
...
@@ -103,8 +104,6 @@ $legend-font-size: 18px !default;
$toolbar-height
:
29px
!
default
;
$toolbar-color
:
$greenish-white
!
default
;
$emoji-picker-height
:
150px
!
default
;
$line-height-small
:
20px
!
default
;
$line-height
:
22px
!
default
;
...
...
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