mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-03 08:28:31 +00:00
4.20.50
* Added: Settings for independently changing the colors of chat on Twitch. * Fixed: Incorrect color being applied to Stream Chat. * Changed: Style of in-line message reply tags. * Changed: Set more users to request link info from the API than the socket service. (75% vs old 50%)
This commit is contained in:
parent
c97928fbb7
commit
2cfc613518
10 changed files with 180 additions and 27 deletions
|
@ -251,7 +251,7 @@ export const Replies = {
|
|||
}
|
||||
|
||||
return (<strong
|
||||
class={`chat-line__message-mention ffz--pointer-events ffz-tooltip ffz--reply-mention ffz-i-reply${token.me ? ' ffz--mention-me' : ''}`}
|
||||
class={`chat-line__message-mention ffz--pointer-events ffz-tooltip ffz--reply-mention ffz-i-threads${token.me ? ' ffz--mention-me' : ''}`}
|
||||
style={{color}}
|
||||
data-tooltip-type="reply"
|
||||
data-login={token.recipient}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue