mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-16 01:56:55 +00:00
4.20.55
* Fixed: Spacing of the `Watch in Squad Mode` button when the un-follow button is hidden. * Fixed: Hiding channels in the sidebar based on being offline, a re-run, or streaming a blocked game. * Fixed: Overly specific CSS selector causing thumbnails to not be hidden in the Deck add-on.
This commit is contained in:
parent
ac0bd78db8
commit
05cf8fa1fd
6 changed files with 59 additions and 13 deletions
|
@ -11,7 +11,7 @@ import {has} from 'utilities/object';
|
|||
const STYLE_VALIDATOR = document.createElement('span');
|
||||
|
||||
const CLASSES = {
|
||||
'unfollow': '.follow-btn__follow-btn--following,.follow-btn--following',
|
||||
//'unfollow': '.follow-btn__follow-btn--following,.follow-btn--following',
|
||||
'top-discover': '.navigation-link[data-a-target="discover-link"]',
|
||||
'side-nav': '.side-nav,#sideNav',
|
||||
'side-rec-channels': '.side-nav .recommended-channels,.side-nav .side-nav-section + .side-nav-section:not(.online-friends)',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue