Fix mentioned user name being smaller than other text

This commit is contained in:
saltrafael 2021-09-30 16:16:24 -03:00
parent d92ec322be
commit c8da2d2a2e
No known key found for this signature in database
GPG key ID: 85B63D36CBFAB1E5

View file

@ -359,6 +359,10 @@ $recent-msg-button__height: 2rem;
p {
word-break: break-word;
}
.channel-name {
font-size: var(--font-small);
}
}
}