From f662353cbfc1938d9b7224fe932635830eb25826 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 13 May 2013 17:30:51 -0400 Subject: [PATCH] fixes to thread avatar on phone --- public/css/style.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/css/style.less b/public/css/style.less index b57ab30238..9206448f4d 100644 --- a/public/css/style.less +++ b/public/css/style.less @@ -260,6 +260,11 @@ footer.footer { line-height: 18px; padding: 5px; padding-left: 10px; + + img.hidden-desktop { + max-width: 10px; + max-height: 10px; + } } .post-content { min-height: 50px;