Tweak the subtitle of private chats' headings

This commit is contained in:
JC Brand 2018-07-19 17:09:48 +02:00
parent 5444f54d00
commit 778436412c
2 changed files with 4 additions and 6 deletions

View File

@ -7339,9 +7339,8 @@ body.reset {
flex-direction: row-reverse; flex-direction: row-reverse;
padding: 0; } padding: 0; }
#conversejs .chat-head .user-custom-message { #conversejs .chat-head .user-custom-message {
color: white; color: #e7f7ee;
font-size: 75%; font-size: 75%;
font-style: italic;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
@ -7702,7 +7701,7 @@ body.reset {
font-size: 20px; font-size: 20px;
padding: 0; } padding: 0; }
#conversejs.converse-fullscreen .chat-head .user-custom-message { #conversejs.converse-fullscreen .chat-head .user-custom-message {
font-size: 50%; font-size: 70%;
height: auto; height: auto;
line-height: 16px; } line-height: 16px; }
#conversejs.converse-fullscreen .chat-head .chatbox-title { #conversejs.converse-fullscreen .chat-head .chatbox-title {

View File

@ -65,9 +65,8 @@
} }
.user-custom-message { .user-custom-message {
color: white; color: lighten($chat-head-color, 50%);
font-size: 75%; font-size: 75%;
font-style: italic;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
@ -552,7 +551,7 @@
font-size: $font-size-huge; font-size: $font-size-huge;
padding: 0; padding: 0;
.user-custom-message { .user-custom-message {
font-size: 50%; font-size: 70%;
height: auto; height: auto;
line-height: $line-height; line-height: $line-height;
} }