Browse Source

Ok make the avatars a bit larger

pull/80/head
Gabe Kangas 6 years ago
parent
commit
0e45bd9ca3
  1. 6
      webroot/styles/layout.css

6
webroot/styles/layout.css

@ -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 {

Loading…
Cancel
Save