mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
4.32.4
* Fixed: Chat Width not applying correctly in some configurations.
This commit is contained in:
parent
155938f584
commit
0fcd7d5af6
2 changed files with 3 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue