commit 95aa0f7a42a6f80db2fb3d881b243ce12a9d2ad4 parent 9dae8ec496a03ba2edef94ef5b46fa4b0ff49806 Author: ugrnm <ultrageranium@bleu255.com> Date: Sun Mar 29 15:17:03 +0200 line heightDiffstat:
muc/muc.css | | | 5 | +++++ |
diff --git a/muc/muc.css b/muc/muc.css @@ -70,4 +70,9 @@ #conversejs .badge { font-weight: normal; font-size: 16px; +} + +#conversejs .message.chat-msg .chat-msg__content--me .chat-msg__body--groupchat.chat-msg__body--delayed .chat-msg__text, +#conversejs .message.chat-msg .chat-msg__content--me .chat-msg__body--groupchat.chat-msg__body--received .chat-msg__text { + line-height: 14px; } \ No newline at end of file