From 0e45bd9ca33235d399768f056323826d0837ea54 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sun, 19 Jul 2020 23:27:17 -0700 Subject: [PATCH] Ok make the avatars a bit larger --- webroot/styles/layout.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webroot/styles/layout.css b/webroot/styles/layout.css index 123b07529..692c0cf09 100644 --- a/webroot/styles/layout.css +++ b/webroot/styles/layout.css @@ -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 {