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
0b8a63d5
Commit
0b8a63d5
authored
Sep 07, 2018
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Messages in overlay mode should span whole area
parent
8cc88d9b
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 @
0b8a63d5
...
...
@@ -10878,7 +10878,7 @@ body.reset {
#conversejs
.chatroom-body
.message
.separator
{
border
:
0.5px
solid
#E77051
;
}
#conversejs
.converse-overlayed
.message.chat-msg.chat-msg--followup
.chat-msg__
body
{
#conversejs
.converse-overlayed
.message.chat-msg.chat-msg--followup
.chat-msg__
content
{
margin-left
:
0
;
}
@media
screen
and
(
max-width
:
767px
)
{
...
...
sass/_messages.scss
View file @
0b8a63d5
...
...
@@ -271,7 +271,7 @@
.message
{
&
.chat-msg
{
&
.chat-msg--followup
{
.chat-msg__
body
{
.chat-msg__
content
{
margin-left
:
0
;
}
}
...
...
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