Ok make the avatars a bit larger

This commit is contained in:
Gabe Kangas 2020-07-19 23:27:17 -07:00
parent cbbff2e5f5
commit 0e45bd9ca3

View File

@ -411,9 +411,9 @@ h2 {
} }
.message-avatar img { .message-avatar img {
max-width: unset; max-width: unset;
height: 25.em; height: 3.0em;
width: 2.5em; width: 3.0em;
padding: 6px; padding: 5px;
} }
.message-content { .message-content {