diff --git a/app/assets/stylesheets/bootstrap-headerfix.sass b/app/assets/stylesheets/bootstrap-headerfix.sass index ba97345f1..1cea40267 100644 --- a/app/assets/stylesheets/bootstrap-headerfix.sass +++ b/app/assets/stylesheets/bootstrap-headerfix.sass @@ -13,3 +13,12 @@ header li font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif font-size: 13px + + #notification_badge.active + @include border-radius(0) + + #global_search + form + input + height: 15px + color: black 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 6d92c58a7..7b524911d 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 @@ -6,7 +6,9 @@
{{#each reshares}} - {{{personImage author 'small' 'micro'}}} + {{#linkToPerson author}} + {{{personImage this 'small' 'micro'}}} + {{/linkToPerson}} {{/each}}
@@ -19,7 +21,9 @@
{{#each likes}} - {{{personImage author 'small' 'micro'}}} + {{#linkToPerson author}} + {{{personImage this 'small' 'micro'}}} + {{/linkToPerson}} {{/each}}