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
cf68ea70
Commit
cf68ea70
authored
Jun 15, 2017
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css: fix unread messages indicator for private chats
parent
e48015df
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
css/inverse.css
css/inverse.css
+3
-2
sass/_roster.scss
sass/_roster.scss
+2
-1
src/converse-inverse.js
src/converse-inverse.js
+0
-2
No files found.
css/inverse.css
View file @
cf68ea70
...
...
@@ -2497,8 +2497,9 @@ body {
border
:
0.7em
solid
#578EA9
;
}
#conversejs
#converse-roster
.roster-contacts
dd
.open-chat
.msgs-indicator
{
opacity
:
1
;
margin-left
:
-3em
;
border-radius
:
10%
;
}
border-radius
:
10%
;
padding
:
0
0.2em
;
font-size
:
14px
;
}
#conversejs
#converse-roster
.roster-contacts
dd
.open-chat
.contact-name
{
padding
:
0
;
margin
:
0
;
...
...
sass/_roster.scss
View file @
cf68ea70
...
...
@@ -157,8 +157,9 @@
.msgs-indicator
{
opacity
:
1
;
margin-left
:
-3em
;
border-radius
:
10%
;
padding
:
0
0
.2em
;
font-size
:
$font-size-small
;
}
.contact-name
{
...
...
src/converse-inverse.js
View file @
cf68ea70
...
...
@@ -101,9 +101,7 @@
chatview_avatar_height
:
44
,
chatview_avatar_width
:
44
,
hide_open_bookmarks
:
true
,
notification_icon
:
'
/node_modules/converse.js/logo/conversejs128.png
'
,
// New default
show_controlbox_by_default
:
true
,
sounds_path
:
'
/node_modules/converse.js/sounds/
'
,
// New default
sticky_controlbox
:
true
,
});
}
...
...
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