commit dc8f2fb0d9b65d0b193ff24572cfb2f91fb1f30e
parent ed4a020468c9b71c04a8601c49e49024cbb9bb72
Author: ugrnm <ultrageranium@bleu255.com>
Date: Sun Mar 29 17:02:04 +0200
test avatars
Diffstat:1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/muc/muc.css b/muc/muc.css
@@ -11,6 +11,10 @@
font-size: 1.05em;
}
+#conversejs .message.chat-msg .chat-msg__avatar {
+ height: 64px;
+ width: 64px;
+}
/* quick and dirty, because converse.css is a 15K lines nightmare */
#conversejs, #conversejs-bg, .converse-fullscreen {
@@ -31,7 +35,8 @@
--line-height: 1.3em;
--line-height-large: 1.3em;
--line-height-huge: 1.3em;
-
+ --message-avatar-height: 64px;
+ --message-avatar-width: 64px;
}