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
77843641
Commit
77843641
authored
6 years ago
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweak the subtitle of private chats' headings
parent
5444f54d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
css/converse.css
css/converse.css
+2
-3
sass/_chatbox.scss
sass/_chatbox.scss
+2
-3
No files found.
css/converse.css
View file @
77843641
...
...
@@ -7339,9 +7339,8 @@ body.reset {
flex-direction
:
row-reverse
;
padding
:
0
;
}
#conversejs
.chat-head
.user-custom-message
{
color
:
whit
e
;
color
:
#e7f7e
e
;
font-size
:
75%
;
font-style
:
italic
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
...
...
@@ -7702,7 +7701,7 @@ body.reset {
font-size
:
20px
;
padding
:
0
;
}
#conversejs
.converse-fullscreen
.chat-head
.user-custom-message
{
font-size
:
5
0%
;
font-size
:
7
0%
;
height
:
auto
;
line-height
:
16px
;
}
#conversejs
.converse-fullscreen
.chat-head
.chatbox-title
{
...
...
This diff is collapsed.
Click to expand it.
sass/_chatbox.scss
View file @
77843641
...
...
@@ -65,9 +65,8 @@
}
.user-custom-message
{
color
:
white
;
color
:
lighten
(
$chat-head-color
,
50%
)
;
font-size
:
75%
;
font-style
:
italic
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
...
...
@@ -552,7 +551,7 @@
font-size
:
$font-size-huge
;
padding
:
0
;
.user-custom-message
{
font-size
:
5
0%
;
font-size
:
7
0%
;
height
:
auto
;
line-height
:
$line-height
;
}
...
...
This diff is collapsed.
Click to expand it.
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