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
0725d5a5
Commit
0725d5a5
authored
Mar 28, 2019
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reduce top/bottom padding on messages
parent
b726a235
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
css/converse.css
css/converse.css
+1
-1
sass/_messages.scss
sass/_messages.scss
+1
-1
No files found.
css/converse.css
View file @
0725d5a5
...
...
@@ -11895,7 +11895,7 @@ body.converse-fullscreen {
width
:
100%
;
flex-direction
:
row
;
overflow
:
auto
;
padding
:
0.25rem
1rem
;
}
padding
:
0.
1
25rem
1rem
;
}
#conversejs
.message.chat-msg.onload
{
animation
:
colorchange-chatmessage
1s
;
-webkit-animation
:
colorchange-chatmessage
1s
;
}
...
...
sass/_messages.scss
View file @
0725d5a5
...
...
@@ -72,7 +72,7 @@
width
:
100%
;
flex-direction
:
row
;
overflow
:
auto
;
// Ensures that content stays inside
padding
:
0
.25rem
1rem
;
padding
:
0
.
1
25rem
1rem
;
&
.onload
{
animation
:
colorchange-chatmessage
1s
;
...
...
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