Improve header title and change icon to cog
This commit is contained in:
parent
6f3dbad6e2
commit
09ba036380
2 changed files with 6 additions and 1 deletions
|
@ -206,7 +206,7 @@ export default function LivestreamComments(props: Props) {
|
|||
|
||||
<Menu>
|
||||
<MenuButton className="menu__button">
|
||||
<Icon size={18} icon={ICONS.MORE_VERTICAL} />
|
||||
<Icon size={18} icon={ICONS.SETTINGS} />
|
||||
</MenuButton>
|
||||
|
||||
<MenuList className="menu__list">
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue