Commit 77843641 authored by JC Brand's avatar JC Brand

Tweak the subtitle of private chats' headings

parent 5444f54d
...@@ -7339,9 +7339,8 @@ body.reset { ...@@ -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 { ...@@ -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 {
......
...@@ -65,9 +65,8 @@ ...@@ -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 @@ ...@@ -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;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment