CSS fix. Nickname gets cut off in /me message

This commit is contained in:
JC Brand 2019-04-27 13:25:47 +02:00
parent dedede56f8
commit 7feab35a1d
2 changed files with 6 additions and 0 deletions

View File

@ -11905,6 +11905,8 @@ body.converse-fullscreen {
#conversejs .message.chat-msg--action {
font-style: italic; }
#conversejs .message.chat-msg--action .chat-msg__author {
padding-right: 0.2em; }
#conversejs .message.chat-msg {
display: inline-flex;

View File

@ -65,6 +65,10 @@
}
&.chat-msg--action {
font-style: italic;
.chat-msg__author {
padding-right: 0.2em;
}
}
&.chat-msg {