diff --git a/app/assets/stylesheets/single-post-view.scss b/app/assets/stylesheets/single-post-view.scss index db8272460..c152ea49e 100644 --- a/app/assets/stylesheets/single-post-view.scss +++ b/app/assets/stylesheets/single-post-view.scss @@ -114,6 +114,7 @@ color: $blue; } .count { + float: left; i { display: inline-block; text-align: center; @@ -137,4 +138,9 @@ .comment.new-comment-form-wrapper { padding: 10px; } + + .count, + .interaction-avatars { + line-height: 25px; + } } diff --git a/app/assets/templates/single-post-viewer/single-post-interactions_tpl.jst.hbs b/app/assets/templates/single-post-viewer/single-post-interactions_tpl.jst.hbs index 23c59b277..a8acd4b38 100644 --- a/app/assets/templates/single-post-viewer/single-post-interactions_tpl.jst.hbs +++ b/app/assets/templates/single-post-viewer/single-post-interactions_tpl.jst.hbs @@ -1,10 +1,10 @@ {{#if resharesCount}} -
+
{{resharesCount}} - + {{#each reshares}} {{#linkToAuthor author}} {{{personImage this 'small' 'micro'}}} @@ -14,12 +14,12 @@
{{/if}} {{#if likesCount}} -
+
{{likesCount}} - + {{#each likes}} {{#linkToAuthor author}} {{{personImage this 'small' 'micro'}}} @@ -29,8 +29,8 @@
{{/if}} {{#if commentsCount}} -
- +
+ {{commentsCount}}