diff --git a/src/core/client/stream/tabs/profile/components/HistoryComment.css b/src/core/client/stream/tabs/profile/components/HistoryComment.css index ac2320f04..2c45cedfd 100644 --- a/src/core/client/stream/tabs/profile/components/HistoryComment.css +++ b/src/core/client/stream/tabs/profile/components/HistoryComment.css @@ -1,8 +1,8 @@ .icon { color: var(--palette-text-secondary); + margin-right: calc(0.5 * var(--spacing-unit)); } -.button, .replies { composes: button from "talk-ui/shared/typography.css"; } @@ -12,6 +12,6 @@ word-break: break-all; } -.commentHistory .divider { +.divider { margin: calc(var(--spacing-unit) * 2) 0 !important; } diff --git a/src/core/client/stream/tabs/profile/components/HistoryComment.tsx b/src/core/client/stream/tabs/profile/components/HistoryComment.tsx index ef7893cd9..8cc721b9f 100644 --- a/src/core/client/stream/tabs/profile/components/HistoryComment.tsx +++ b/src/core/client/stream/tabs/profile/components/HistoryComment.tsx @@ -26,7 +26,7 @@ export interface HistoryCommentProps { const HistoryComment: StatelessComponent = props => { return ( - + {"Story: {$title}"} @@ -36,7 +36,7 @@ const HistoryComment: StatelessComponent = props => { {props.body} )} - + {!!props.replyCount && (
reply