Skip to content

Commit

Permalink
Fix mentioned user name being smaller than other text
Browse files Browse the repository at this point in the history
  • Loading branch information
saltrafael committed Sep 22, 2021
1 parent 54a31e2 commit 8ef06c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/scss/component/_livestream.scss
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,10 @@ $recent-msg-button__height: 2rem;
p {
word-break: break-word;
}

.channel-name {
font-size: var(--font-small);
}
}
}

Expand Down

0 comments on commit 8ef06c6

Please sign in to comment.