From ab9a90979fbb49303a54c443f7e10699e7eae117 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 24 Mar 2015 12:57:18 -0400 Subject: [PATCH] adding restricted height to active_users user icons, because pesky people like @cnvo have avatars that are higher than they are wide --- less/topic.less | 1 + 1 file changed, 1 insertion(+) diff --git a/less/topic.less b/less/topic.less index f2b844b..df4ca1c 100644 --- a/less/topic.less +++ b/less/topic.less @@ -238,6 +238,7 @@ img { border-radius: 50%; width: 20px; + height: 20px; margin-right: -12px; vertical-align: middle; }