1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-24 11:38:30 +00:00

4.0.0-rc20.1

* Fixed: Twitch updated the CSS for the right sidebar, breaking custom chat width.
This commit is contained in:
SirStendec 2019-05-07 16:41:42 -04:00
parent 5500b6eef3
commit 76c2831882
3 changed files with 3 additions and 3 deletions

View file

@ -149,7 +149,7 @@ ${typeof x[1] === 'string' ? x[1] : JSON.stringify(x[1], null, 4)}`
FrankerFaceZ.Logger = Logger; FrankerFaceZ.Logger = Logger;
const VER = FrankerFaceZ.version_info = { const VER = FrankerFaceZ.version_info = {
major: 4, minor: 0, revision: 0, extra: '-rc20', major: 4, minor: 0, revision: 0, extra: '-rc20.1',
commit: __git_commit__, commit: __git_commit__,
build: __webpack_hash__, build: __webpack_hash__,
toString: () => toString: () =>

View file

@ -17,7 +17,7 @@ body .channel-events__sidebar,
body .channel-follow-listing__right-column, body .channel-follow-listing__right-column,
body .channel-follow-listing__right-column, body .channel-follow-listing__right-column,
body .channel-root__right-column { body .channel-root__right-column {
width: var(--ffz-chat-width); width: var(--ffz-chat-width) !important;
} }
.video-chat { .video-chat {

View file

@ -83,7 +83,7 @@
.channel-follow-listing__right-column, .channel-follow-listing__right-column,
.channel-root__right-column, .channel-root__right-column,
.channel-page__right-column { .channel-page__right-column {
width: 100%; width: 100% !important;
} }
} }
} }