1
0
Fork 0
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:
SirStendec 2018-09-25 18:37:14 -04:00
parent 8c0b4b8bad
commit fe41eecd77
22 changed files with 36 additions and 36 deletions

View file

@ -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))
})
]);