diff --git a/app/assets/stylesheets/comments.scss b/app/assets/stylesheets/comments.scss index d82150f91..f47e0bae4 100644 --- a/app/assets/stylesheets/comments.scss +++ b/app/assets/stylesheets/comments.scss @@ -85,6 +85,10 @@ .media { margin: 0 0 2px; + + &:not(.display-avatars) .entypo-heart { + display: none; + } } .expand-likes { diff --git a/app/assets/stylesheets/single-post-view.scss b/app/assets/stylesheets/single-post-view.scss index d0ffde15c..843cc33f0 100644 --- a/app/assets/stylesheets/single-post-view.scss +++ b/app/assets/stylesheets/single-post-view.scss @@ -166,11 +166,15 @@ font-size: 12px; line-height: 16px; - .bd, - .entypo-heart { - display: inline-block; - } - + .bd { display: inline-block; } img { display: inline; } } + + .display-avatars .entypo-heart { + display: inline-block; + font-size: 16px; + line-height: 18px; + margin-right: 5px; + vertical-align: top; + } } diff --git a/app/assets/templates/likes-info_tpl.jst.hbs b/app/assets/templates/likes-info_tpl.jst.hbs index ff5346657..4aa193b6a 100644 --- a/app/assets/templates/likes-info_tpl.jst.hbs +++ b/app/assets/templates/likes-info_tpl.jst.hbs @@ -1,6 +1,6 @@ {{#if likesCount}}