1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-03 17:48:30 +00:00
* Fixed: Swap Sidebars not functioning correctly after a Twitch update.
This commit is contained in:
SirStendec 2022-08-04 16:40:54 -04:00
parent dd248838ad
commit 39abc9df48
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{ {
"name": "frankerfacez", "name": "frankerfacez",
"author": "Dan Salvato LLC", "author": "Dan Salvato LLC",
"version": "4.36.0", "version": "4.36.1",
"description": "FrankerFaceZ is a Twitch enhancement suite.", "description": "FrankerFaceZ is a Twitch enhancement suite.",
"private": true, "private": true,
"license": "Apache-2.0", "license": "Apache-2.0",

View file

@ -1,5 +1,5 @@
.twilight-main { order: 2 } .twilight-main { order: 2 }
#sideNav, .top-nav + div > div:first-child:not(.celebration__overlay),
.side-nav { order: 3 } .side-nav { order: 3 }
.right-column { .right-column {
order: 1; order: 1;
@ -14,7 +14,7 @@
width: unset !important; width: unset !important;
} }
#sideNav .collapse-toggle { .side-nav .collapse-toggle {
svg { svg {
transform: rotate(180deg); transform: rotate(180deg);
} }