www.lurk.org

LURK www landing page
git clone https://git.lurk.org/repos/www.lurk.org.git
Log | Files | Refs

commit 95aa0f7a42a6f80db2fb3d881b243ce12a9d2ad4
parent 9dae8ec496a03ba2edef94ef5b46fa4b0ff49806
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Sun Mar 29 15:17:03 +0200

line height
Diffstat:
muc/muc.css | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)
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