mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-16 18:06:55 +00:00
4.0.0-rc12.22
* Fixed: Rename all references to `tw-c-background` to `tw-c-background-base` and `tw-c-text` to `tw-c-text-base` to fix rendering issues with FrankerFaceZ's custom UI due to Twitch CSS changes.
This commit is contained in:
parent
8c0b4b8bad
commit
fe41eecd77
22 changed files with 36 additions and 36 deletions
|
@ -349,7 +349,7 @@ export default class ChatLine extends Module {
|
|||
className: 'chatter-name',
|
||||
onClick: this.ffz_user_click_handler //e => this.props.onUsernameClick(user.login, null, msg.id, e.currentTarget.getBoundingClientRect().bottom)
|
||||
}, e('span', {
|
||||
className: 'tw-c-text tw-strong'
|
||||
className: 'tw-c-text-base tw-strong'
|
||||
}, user.userDisplayName)),
|
||||
plan: plan.prime ?
|
||||
t.i18n.t('chat.sub.twitch-prime', 'Twitch Prime') :
|
||||
|
@ -382,7 +382,7 @@ export default class ChatLine extends Module {
|
|||
className: 'chatter-name',
|
||||
onClick: this.ffz_user_click_handler
|
||||
}, e('span', {
|
||||
className: 'tw-c-text tw-strong'
|
||||
className: 'tw-c-text-base tw-strong'
|
||||
}, user.userDisplayName))
|
||||
})
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue