CSS: Add padding after message time

This commit is contained in:
JC Brand 2019-02-13 18:22:47 +01:00
parent 0d6c0e52d0
commit bce4886a2b
2 changed files with 2 additions and 0 deletions

View File

@ -11978,6 +11978,7 @@ body.converse-fullscreen {
font-family: var(--normal_font); }
#conversejs .message.chat-msg .chat-msg__heading .chat-msg__time {
padding-left: 0.25em;
padding-right: 0.25em;
color: var(--text-color-lighten-15-percent); }
#conversejs .message.chat-msg.chat-msg--action .chat-msg__content {
flex-wrap: wrap;

View File

@ -234,6 +234,7 @@
}
.chat-msg__time {
padding-left: 0.25em;
padding-right: 0.25em;
color: var(--text-color-lighten-15-percent);
}
}