From 39abc9df4893f02bb554110d5c13947ab00b5f94 Mon Sep 17 00:00:00 2001 From: SirStendec Date: Thu, 4 Aug 2022 16:40:54 -0400 Subject: [PATCH] 4.36.1 * Fixed: Swap Sidebars not functioning correctly after a Twitch update. --- package.json | 2 +- .../modules/css_tweaks/styles/swap-sidebars.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d8b58b27..7c916977 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "frankerfacez", "author": "Dan Salvato LLC", - "version": "4.36.0", + "version": "4.36.1", "description": "FrankerFaceZ is a Twitch enhancement suite.", "private": true, "license": "Apache-2.0", diff --git a/src/sites/twitch-twilight/modules/css_tweaks/styles/swap-sidebars.scss b/src/sites/twitch-twilight/modules/css_tweaks/styles/swap-sidebars.scss index 5797d34f..3c48fe80 100644 --- a/src/sites/twitch-twilight/modules/css_tweaks/styles/swap-sidebars.scss +++ b/src/sites/twitch-twilight/modules/css_tweaks/styles/swap-sidebars.scss @@ -1,5 +1,5 @@ .twilight-main { order: 2 } -#sideNav, +.top-nav + div > div:first-child:not(.celebration__overlay), .side-nav { order: 3 } .right-column { order: 1; @@ -14,7 +14,7 @@ width: unset !important; } -#sideNav .collapse-toggle { +.side-nav .collapse-toggle { svg { transform: rotate(180deg); }