From 566e93d5195595401b6ec670eb0d95832159324d Mon Sep 17 00:00:00 2001 From: niu tech Date: Mon, 10 Jul 2023 19:39:36 +0200 Subject: [PATCH 1/2] Add replies/reblogs/favourites count to statuses --- .../stream/status/action-bar/action-bar.component.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 +} From ef0e43903fbcd8826adb1cf6003b65f72877acea Mon Sep 17 00:00:00 2001 From: niu tech Date: Mon, 10 Jul 2023 19:15:20 +0200 Subject: [PATCH 2/2] Add replies/reblogs/favourites count to statuses --- .../stream/status/action-bar/action-bar.component.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 @@ \ No newline at end of file +