Commit 35057505 authored by JC Brand's avatar JC Brand

Enforce avatar img size

parent fb8ccc1f
...@@ -11866,9 +11866,11 @@ body.reset { ...@@ -11866,9 +11866,11 @@ body.reset {
display: block; } display: block; }
#conversejs .message.chat-msg .chat-msg__avatar { #conversejs .message.chat-msg .chat-msg__avatar {
margin-top: 0.5em; margin-top: 0.5em;
height: 36px;
vertical-align: middle; vertical-align: middle;
width: 36px; } height: 36px;
width: 36px;
min-height: 36px;
min-width: 36px; }
#conversejs .message.chat-msg .chat-msg__heading { #conversejs .message.chat-msg .chat-msg__heading {
width: 100%; width: 100%;
margin-top: 0.5em; margin-top: 0.5em;
......
...@@ -198,9 +198,11 @@ ...@@ -198,9 +198,11 @@
.chat-msg__avatar { .chat-msg__avatar {
margin-top: 0.5em; margin-top: 0.5em;
height: 36px;
vertical-align: middle; vertical-align: middle;
height: 36px;
width: 36px; width: 36px;
min-height: 36px;
min-width: 36px;
} }
.chat-msg__heading { .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