From ab2a56624bbbc8ff30e9a203c884361e87a807ba Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 23 Sep 2014 11:29:27 -0700 Subject: [PATCH] suppress only short avatar list on mobile, not full --- app/assets/stylesheets/mobile/topic-post.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index a4ddf8fb531..131c07da21f 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -229,7 +229,7 @@ a.star { float: left; } } - .avatars { + li.avatars { display: none; }