1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00
* Fixed: Chat Width not applying correctly in some configurations.
This commit is contained in:
SirStendec 2022-03-23 15:08:22 -04:00
parent 155938f584
commit 0fcd7d5af6
2 changed files with 3 additions and 2 deletions

View file

@ -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",

View file

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