Improve header title and change icon to cog

This commit is contained in:
Rafael 2021-12-31 09:26:12 -03:00 committed by Thomas Zarebczan
parent 6f3dbad6e2
commit 09ba036380
2 changed files with 6 additions and 1 deletions

View file

@ -206,7 +206,7 @@ export default function LivestreamComments(props: Props) {
<Menu> <Menu>
<MenuButton className="menu__button"> <MenuButton className="menu__button">
<Icon size={18} icon={ICONS.MORE_VERTICAL} /> <Icon size={18} icon={ICONS.SETTINGS} />
</MenuButton> </MenuButton>
<MenuList className="menu__list"> <MenuList className="menu__list">

View file

@ -65,7 +65,12 @@ $recent-msg-button__height: 2rem;
@extend .card__title-section; @extend .card__title-section;
@extend .card__title-section--small; @extend .card__title-section--small;
display: flex; display: flex;
align-items: center;
padding: 0; padding: 0;
.menu__button {
margin-left: var(--spacing-xs);
}
} }
.livestream__comments-wrapper { .livestream__comments-wrapper {