mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-07 14:50:56 +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
|
@ -136,7 +136,7 @@ export default class Scroller extends Module {
|
|||
return null;
|
||||
|
||||
return createElement('div', {
|
||||
className: 'tw-border-l tw-c-background-alt-2 tw-c-text tw-full-width tw-full-height tw-align-items-center tw-flex tw-flex-column tw-justify-content-center tw-relative'
|
||||
className: 'tw-border-l tw-c-background-alt-2 tw-c-text-base tw-full-width tw-full-height tw-align-items-center tw-flex tw-flex-column tw-justify-content-center tw-relative'
|
||||
}, [
|
||||
createElement('div', {className: 'tw-mg-b-1'}, 'There was an error displaying chat.'),
|
||||
! auto && createElement('button', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue