Reduce message padding somewhat

This commit is contained in:
JC Brand 2018-01-16 17:08:44 +01:00
parent e2a545a849
commit 9231781ab4
2 changed files with 2 additions and 2 deletions

View File

@ -1989,7 +1989,7 @@ body {
#conversejs .chatbox .chat-body .chat-message {
line-height: 22px;
font-size: 14px;
padding: 0.5em 0; }
padding: 0.4em 0; }
#conversejs .chatbox .chat-body .chat-message .chat-msg-author {
line-height: 22px; }
#conversejs .chatbox .chat-body .chat-message .chat-msg-content {

View File

@ -42,7 +42,7 @@
.chat-message {
line-height: $line-height;
font-size: $font-size-small;
padding: 0.5em 0;
padding: 0.4em 0;
.chat-msg-author {
line-height: $line-height;
}