diff --git a/ui/component/livestreamComments/view.jsx b/ui/component/livestreamComments/view.jsx index 6994e9d65..e41df63e6 100644 --- a/ui/component/livestreamComments/view.jsx +++ b/ui/component/livestreamComments/view.jsx @@ -206,7 +206,7 @@ export default function LivestreamComments(props: Props) { - + diff --git a/ui/scss/component/_livestream.scss b/ui/scss/component/_livestream.scss index e73b4211d..3bb58256d 100644 --- a/ui/scss/component/_livestream.scss +++ b/ui/scss/component/_livestream.scss @@ -65,7 +65,12 @@ $recent-msg-button__height: 2rem; @extend .card__title-section; @extend .card__title-section--small; display: flex; + align-items: center; padding: 0; + + .menu__button { + margin-left: var(--spacing-xs); + } } .livestream__comments-wrapper {