diff --git a/thrimbletrimmer/src/common/chat.module.scss b/thrimbletrimmer/src/common/chat.module.scss index efdc39b..cf9067c 100644 --- a/thrimbletrimmer/src/common/chat.module.scss +++ b/thrimbletrimmer/src/common/chat.module.scss @@ -35,12 +35,6 @@ } } -.chatReplayMessageEmote { - // The sizes here are based on Twitch's 1.0 emote size. - width: 28px; - height: 28px; -} - .chatReplayMessageCleared { opacity: 0.5; diff --git a/thrimbletrimmer/src/common/chat.tsx b/thrimbletrimmer/src/common/chat.tsx index b8f8315..2da5418 100644 --- a/thrimbletrimmer/src/common/chat.tsx +++ b/thrimbletrimmer/src/common/chat.tsx @@ -385,7 +385,6 @@ const MessageText: Component = (props) => { src={emoteImageURL} alt={emoteText} title={emoteText} - class={styles.chatReplayMessageEmote} />, ); }