From 09ba036380317fd6d11662fc6b0e4e426c464d3d Mon Sep 17 00:00:00 2001 From: Rafael Date: Fri, 31 Dec 2021 09:26:12 -0300 Subject: [PATCH] Improve header title and change icon to cog --- ui/component/livestreamComments/view.jsx | 2 +- ui/scss/component/_livestream.scss | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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 {