|
@@ -11968,9 +11968,9 @@ body.converse-fullscreen {
|
|
|
font-family: var(--heading-font);
|
|
|
font-size: 115%;
|
|
|
font-weight: bold; }
|
|
|
- #conversejs .message.chat-msg .chat-msg__heading .chat-msg__author .badge {
|
|
|
- font-size: 80%;
|
|
|
- font-family: var(--normal_font); }
|
|
|
+ #conversejs .message.chat-msg .chat-msg__heading .badge {
|
|
|
+ margin-left: 0.5em;
|
|
|
+ font-family: var(--normal_font); }
|
|
|
#conversejs .message.chat-msg .chat-msg__heading .chat-msg__time {
|
|
|
padding-left: 0.25em;
|
|
|
color: var(--text-color-lighten-15-percent); }
|