Remove unnecessary class for stickers
This commit is contained in:
parent
ec68f102a7
commit
6f3dbad6e2
2 changed files with 1 additions and 11 deletions
|
@ -64,11 +64,7 @@ function LivestreamComment(props: Props) {
|
|||
|
||||
<div className="livestream-comment__body">
|
||||
{supportAmount > 0 && <ChannelThumbnail uri={authorUri} xsmall />}
|
||||
<div
|
||||
className={classnames('livestream-comment__info', {
|
||||
'livestream-comment__info--sticker': Boolean(stickerFromMessage),
|
||||
})}
|
||||
>
|
||||
<div className="livestream-comment__info">
|
||||
{comment.is_global_mod && (
|
||||
<Tooltip title={__('Admin')}>
|
||||
<span className="comment__badge comment__badge--global-mod">
|
||||
|
|
|
@ -161,12 +161,6 @@ $recent-msg-button__height: 2rem;
|
|||
margin-left: var(--spacing-s);
|
||||
overflow: hidden;
|
||||
|
||||
.livestream-comment__info--sticker {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin: var(--spacing-xxs) 0;
|
||||
}
|
||||
|
||||
.channel-thumbnail {
|
||||
@include handleChannelGif(2rem);
|
||||
margin-top: var(--spacing-xxs);
|
||||
|
|
Loading…
Reference in a new issue