diff --git a/src/app/components/stream/status/action-bar/action-bar.component.html b/src/app/components/stream/status/action-bar/action-bar.component.html index c84d7145..4448e8fb 100644 --- a/src/app/components/stream/status/action-bar/action-bar.component.html +++ b/src/app/components/stream/status/action-bar/action-bar.component.html @@ -1,12 +1,14 @@
+ {{displayStatus.replies_count || ''}} + {{displayStatus.reblogs_count || ''}} @@ -17,6 +19,7 @@ + {{displayStatus.favourites_count || ''}} @@ -37,4 +40,4 @@ -
\ No newline at end of file + diff --git a/src/app/components/stream/status/action-bar/action-bar.component.scss b/src/app/components/stream/status/action-bar/action-bar.component.scss index 85eb8cd8..9ecf0f03 100644 --- a/src/app/components/stream/status/action-bar/action-bar.component.scss +++ b/src/app/components/stream/status/action-bar/action-bar.component.scss @@ -58,6 +58,12 @@ } } + &__count { + font-size: 12px; + margin-right: -4px; + vertical-align: top; + } + &__lock { color: $status-secondary-color; width: 22px; @@ -165,4 +171,4 @@ -moz-animation: loadingAnimation 1s infinite; -o-animation: loadingAnimation 1s infinite; animation: loadingAnimation 1s infinite; -} \ No newline at end of file +}