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

Loading…
Cancel
Save