mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-03 17:48:30 +00:00
4.36.1
* Fixed: Swap Sidebars not functioning correctly after a Twitch update.
This commit is contained in:
parent
dd248838ad
commit
39abc9df48
2 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||||
|
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue