Commit 35057505 authored by JC Brand's avatar JC Brand

Enforce avatar img size

parent fb8ccc1f
......@@ -11866,9 +11866,11 @@ body.reset {
display: block; }
#conversejs .message.chat-msg .chat-msg__avatar {
margin-top: 0.5em;
height: 36px;
vertical-align: middle;
width: 36px; }
height: 36px;
width: 36px;
min-height: 36px;
min-width: 36px; }
#conversejs .message.chat-msg .chat-msg__heading {
width: 100%;
margin-top: 0.5em;
......
......@@ -198,9 +198,11 @@
.chat-msg__avatar {
margin-top: 0.5em;
height: 36px;
vertical-align: middle;
height: 36px;
width: 36px;
min-height: 36px;
min-width: 36px;
}
.chat-msg__heading {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment