diff --git a/ui/component/common/icon-custom.jsx b/ui/component/common/icon-custom.jsx index 63fcb9fac..21bb157a9 100644 --- a/ui/component/common/icon-custom.jsx +++ b/ui/component/common/icon-custom.jsx @@ -1336,7 +1336,7 @@ export const icons = { 0 && ( { diff --git a/ui/redux/reducers/comments.js b/ui/redux/reducers/comments.js index 45b995a1f..c94236072 100644 --- a/ui/redux/reducers/comments.js +++ b/ui/redux/reducers/comments.js @@ -296,7 +296,7 @@ export default handleActions( } superChatsByUri[uri].comments = sortedSuperChatComments; - superChatsByUri[uri].totalAmount += 1; + superChatsByUri[uri].totalAmount += comment.support_amount; } else { superChatsByUri[uri] = { comments: [comment], totalAmount: comment.support_amount }; } diff --git a/ui/scss/component/_livestream.scss b/ui/scss/component/_livestream.scss index a0f2ef030..fc1102d03 100644 --- a/ui/scss/component/_livestream.scss +++ b/ui/scss/component/_livestream.scss @@ -129,6 +129,7 @@ $discussion-header__height: 3rem; margin-left: var(--spacing-s); .channel-thumbnail { + @include handleChannelGif(2rem); margin-top: var(--spacing-xxs); flex-shrink: 0; } @@ -242,6 +243,7 @@ $discussion-header__height: 3rem; .channel-thumbnail { margin-right: var(--spacing-xs); + @include handleChannelGif(2rem); } &:first-of-type {