1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +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",
"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",

View file

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