From 0fcd7d5af60d9fcb56ef0cab00868018d74ac4c8 Mon Sep 17 00:00:00 2001 From: SirStendec Date: Wed, 23 Mar 2022 15:08:22 -0400 Subject: [PATCH] 4.32.4 * Fixed: Chat Width not applying correctly in some configurations. --- package.json | 2 +- .../twitch-twilight/modules/css_tweaks/styles/chat-width.scss | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 78eace9a..e7c69cb3 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "frankerfacez", "author": "Dan Salvato LLC", - "version": "4.32.3", + "version": "4.32.4", "description": "FrankerFaceZ is a Twitch enhancement suite.", "private": true, "license": "Apache-2.0", diff --git a/src/sites/twitch-twilight/modules/css_tweaks/styles/chat-width.scss b/src/sites/twitch-twilight/modules/css_tweaks/styles/chat-width.scss index b523c119..123efeef 100644 --- a/src/sites/twitch-twilight/modules/css_tweaks/styles/chat-width.scss +++ b/src/sites/twitch-twilight/modules/css_tweaks/styles/chat-width.scss @@ -27,7 +27,8 @@ body .channel-videos__right-column, body .channel-clips__sidebar, body .channel-events__sidebar, body .channel-follow-listing__right-column, -body .channel-follow-listing__right-column +body .channel-follow-listing__right-column, +body .right-column:not(.right-column--collapsed):not(.right-column--below) .channel-root__right-column /*body .channel-root__right-column*/ { width: var(--ffz-chat-width) !important; }